From 02a0f6a35a93c3361bce74e593e223d39d25c63e Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Fri, 21 Apr 2023 14:56:26 +0200 Subject: [PATCH] Correctly utilize the menu stack in the Mode select message Flash: -34B SRAM: 0B --- Firmware/ultralcd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index 8850d5cea..d0c33ea96 100644 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -3425,8 +3425,7 @@ static void crash_mode_switch() { lcd_crash_detect_enable(); } - if (printJobOngoing() || (lcd_commands_type == LcdCommands::Layer1Cal)) menu_goto(lcd_tune_menu, 9, true, true); - else menu_goto(lcd_settings_menu, 9, true, true); + menu_back(); } #endif //TMC2130