Browse Source

Show end prompt with Print Event LEDs

Scott Lahteine 4 years ago
parent
commit
19991e269b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/queue.cpp

+ 1
- 1
Marlin/src/gcode/queue.cpp View File

537
             #if ENABLED(PRINTER_EVENT_LEDS)
537
             #if ENABLED(PRINTER_EVENT_LEDS)
538
               printerEventLEDs.onPrintCompleted();
538
               printerEventLEDs.onPrintCompleted();
539
               #if HAS_RESUME_CONTINUE
539
               #if HAS_RESUME_CONTINUE
540
-                enqueue_now_P(PSTR("M0 Q S"
540
+                enqueue_now_P(PSTR("M0 S"
541
                   #if HAS_LCD_MENU
541
                   #if HAS_LCD_MENU
542
                     "1800"
542
                     "1800"
543
                   #else
543
                   #else

Loading…
Cancel
Save