|
@@ -437,9 +437,8 @@ inline bool turn_on_heaters() {
|
437
|
437
|
SERIAL_EOL();
|
438
|
438
|
}
|
439
|
439
|
idle();
|
440
|
|
- MYSERIAL0.flush(); // G26 takes a long time to complete. PronterFace can
|
441
|
|
- // over run the serial character buffer with M105's without
|
442
|
|
- // this fix
|
|
440
|
+ MYSERIAL0.flush(); // G26 takes a long time to complete. PronterFace may
|
|
441
|
+ // overwhelm the serial buffer with M105's without this fix.
|
443
|
442
|
}
|
444
|
443
|
#if ENABLED(ULTRA_LCD)
|
445
|
444
|
}
|
|
@@ -513,8 +512,8 @@ inline bool prime_nozzle() {
|
513
|
512
|
|
514
|
513
|
wait_for_release();
|
515
|
514
|
|
516
|
|
- strcpy_P(lcd_status_message, PSTR("Done Priming")); // We can't do lcd_setstatusPGM() without having it continue;
|
517
|
|
- // So... We cheat to get a message up.
|
|
515
|
+ strcpy_P(lcd_status_message, PSTR("Done Priming")); // Hack to get the message up. May be obsolete.
|
|
516
|
+
|
518
|
517
|
lcd_setstatusPGM(PSTR("Done Priming"), 99);
|
519
|
518
|
lcd_quick_feedback(true);
|
520
|
519
|
lcd_external_control = false;
|