Correctly utilize the menu stack in the Mode select message

Flash: -34B
SRAM: 0B
This commit is contained in:
Alex Voinea 2023-04-21 14:56:26 +02:00
parent 6390b3b69b
commit 02a0f6a35a
No known key found for this signature in database
GPG Key ID: 37EDFD565CB33BAD
1 changed files with 1 additions and 2 deletions

View File

@ -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