From 940e626f3ad6172037acbf6d0530dc2c658ce7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 14 Mar 2023 22:09:15 +0000 Subject: [PATCH] Previously we called cleared the LCD, no need to change that Change in memory: Flash: -6 bytes SRAM: 0 bytes --- Firmware/ultralcd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index 10f1187b8..7e3c68757 100644 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -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