Browse Source

Show end prompt with Print Event LEDs

pull/1/head
Scott Lahteine 5 years ago
parent
commit
19991e269b
  1. 2
      Marlin/src/gcode/queue.cpp

2
Marlin/src/gcode/queue.cpp

@ -537,7 +537,7 @@ void GCodeQueue::get_serial_commands() {
#if ENABLED(PRINTER_EVENT_LEDS)
printerEventLEDs.onPrintCompleted();
#if HAS_RESUME_CONTINUE
enqueue_now_P(PSTR("M0 Q S"
enqueue_now_P(PSTR("M0 S"
#if HAS_LCD_MENU
"1800"
#else

Loading…
Cancel
Save