Followup to Menu Refactor (#12275)
This commit is contained in:
parent
5536228359
commit
3583e2b449
45 changed files with 244 additions and 273 deletions
|
@ -387,7 +387,7 @@ inline void get_serial_commands() {
|
|||
// Process critical commands early
|
||||
if (strcmp(command, "M108") == 0) {
|
||||
wait_for_heatup = false;
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#if HAS_LCD_MENU
|
||||
wait_for_user = false;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue