[1.1.x] Reset LCD status to fallbacks (#10467)
* Remove obsolete strings * Tweak some static consts * Reset LCD status to fallbacks When paused, "Print paused..." When SD printing, the filename When host printing, "Printing..." When idle, "MyPrinter ready."
This commit is contained in:
parent
38c97dc975
commit
6f176d1d64
40 changed files with 82 additions and 172 deletions
|
|
@ -621,8 +621,8 @@
|
|||
|
||||
#if ENABLED(NEWPANEL)
|
||||
lcd_reset_alert_level();
|
||||
LCD_MESSAGEPGM("");
|
||||
lcd_quick_feedback(true);
|
||||
lcd_reset_status();
|
||||
lcd_external_control = false;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue