|
|
@ -56,9 +56,11 @@ void GcodeSuite::M0_M1() {
|
|
|
|
|
|
|
|
|
|
|
|
planner.synchronize();
|
|
|
|
planner.synchronize();
|
|
|
|
|
|
|
|
|
|
|
|
const bool seenQ = parser.seen('Q');
|
|
|
|
#if HAS_LCD_MENU || HAS_LEDS_OFF_FLAG
|
|
|
|
#if HAS_LEDS_OFF_FLAG
|
|
|
|
const bool seenQ = parser.seen('Q');
|
|
|
|
if (seenQ) printerEventLEDs.onPrintCompleted(); // Change LED color for Print Completed
|
|
|
|
#if HAS_LEDS_OFF_FLAG
|
|
|
|
|
|
|
|
if (seenQ) printerEventLEDs.onPrintCompleted(); // Change LED color for Print Completed
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if HAS_LCD_MENU
|
|
|
|
#if HAS_LCD_MENU
|
|
|
|