|
@@ -517,13 +517,11 @@ bool prime_nozzle() {
|
517
|
517
|
|
518
|
518
|
while (is_lcd_clicked()) idle(); // Debounce Encoder Wheel
|
519
|
519
|
|
520
|
|
- #if ENABLED(ULTRA_LCD)
|
521
|
|
- strcpy_P(lcd_status_message, PSTR("Done Priming")); // We can't do lcd_setstatusPGM() without having it continue;
|
522
|
|
- // So... We cheat to get a message up.
|
523
|
|
- lcd_setstatusPGM(PSTR("Done Priming"), 99);
|
524
|
|
- lcd_quick_feedback();
|
525
|
|
- lcd_external_control = false;
|
526
|
|
- #endif
|
|
520
|
+ strcpy_P(lcd_status_message, PSTR("Done Priming")); // We can't do lcd_setstatusPGM() without having it continue;
|
|
521
|
+ // So... We cheat to get a message up.
|
|
522
|
+ lcd_setstatusPGM(PSTR("Done Priming"), 99);
|
|
523
|
+ lcd_quick_feedback();
|
|
524
|
+ lcd_external_control = false;
|
527
|
525
|
}
|
528
|
526
|
else
|
529
|
527
|
#endif
|