Show end prompt with Print Event LEDs

This commit is contained in:
Scott Lahteine 2020-02-20 20:15:08 -06:00
parent b8b225c8b5
commit 19991e269b
1 changed files with 1 additions and 1 deletions

View File

@ -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