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,7 +537,7 @@ void GCodeQueue::get_serial_commands() {
537 537
             #if ENABLED(PRINTER_EVENT_LEDS)
538 538
               printerEventLEDs.onPrintCompleted();
539 539
               #if HAS_RESUME_CONTINUE
540
-                enqueue_now_P(PSTR("M0 Q S"
540
+                enqueue_now_P(PSTR("M0 S"
541 541
                   #if HAS_LCD_MENU
542 542
                     "1800"
543 543
                   #else

Loading…
Cancel
Save