mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 14:24:34 +00:00
Not yet, HAS_DISPLAY
This commit is contained in:
parent
4f04f4e6b8
commit
1ddbdd0321
@ -1115,7 +1115,7 @@ inline void get_serial_commands() {
|
||||
// Process critical commands early
|
||||
if (strcmp(command, "M108") == 0) {
|
||||
wait_for_heatup = false;
|
||||
#if HAS_DISPLAY
|
||||
#if ENABLED(NEWPANEL)
|
||||
wait_for_user = false;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user