Previously we called cleared the LCD, no need to change that
Change in memory: Flash: -6 bytes SRAM: 0 bytes
This commit is contained in:
parent
28f6cebfd2
commit
940e626f3a
|
|
@ -1001,7 +1001,7 @@ void lcd_commands()
|
|||
|
||||
void lcd_return_to_status()
|
||||
{
|
||||
lcdui_refresh(false); // to maybe revive the LCD if static electricity killed it.
|
||||
lcdui_refresh(); // to maybe revive the LCD if static electricity killed it.
|
||||
menu_goto(lcd_status_screen, 0, true);
|
||||
menu_depth = 0;
|
||||
eFilamentAction = FilamentAction::None; // i.e. non-autoLoad
|
||||
|
|
|
|||
Loading…
Reference in New Issue