Skip to content
Snippets Groups Projects
Commit 19991e26 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Show end prompt with Print Event LEDs

parent b8b225c8
Branches
Tags
No related merge requests found
...@@ -537,7 +537,7 @@ void GCodeQueue::get_serial_commands() { ...@@ -537,7 +537,7 @@ void GCodeQueue::get_serial_commands() {
#if ENABLED(PRINTER_EVENT_LEDS) #if ENABLED(PRINTER_EVENT_LEDS)
printerEventLEDs.onPrintCompleted(); printerEventLEDs.onPrintCompleted();
#if HAS_RESUME_CONTINUE #if HAS_RESUME_CONTINUE
enqueue_now_P(PSTR("M0 Q S" enqueue_now_P(PSTR("M0 S"
#if HAS_LCD_MENU #if HAS_LCD_MENU
"1800" "1800"
#else #else
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment