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
|
// Process critical commands early
|
||||||
if (strcmp(command, "M108") == 0) {
|
if (strcmp(command, "M108") == 0) {
|
||||||
wait_for_heatup = false;
|
wait_for_heatup = false;
|
||||||
#if HAS_DISPLAY
|
#if ENABLED(NEWPANEL)
|
||||||
wait_for_user = false;
|
wait_for_user = false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user