Correctly utilize the menu stack in the Mode select message
Flash: -34B SRAM: 0B
This commit is contained in:
parent
6390b3b69b
commit
02a0f6a35a
|
|
@ -3425,8 +3425,7 @@ static void crash_mode_switch()
|
||||||
{
|
{
|
||||||
lcd_crash_detect_enable();
|
lcd_crash_detect_enable();
|
||||||
}
|
}
|
||||||
if (printJobOngoing() || (lcd_commands_type == LcdCommands::Layer1Cal)) menu_goto(lcd_tune_menu, 9, true, true);
|
menu_back();
|
||||||
else menu_goto(lcd_settings_menu, 9, true, true);
|
|
||||||
}
|
}
|
||||||
#endif //TMC2130
|
#endif //TMC2130
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue