mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
Not yet, HAS_DISPLAY
This commit is contained in:
parent
4f04f4e6b8
commit
1ddbdd0321
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue