Not yet, HAS_DISPLAY

This commit is contained in:
Scott Lahteine 2018-02-08 04:03:05 -06:00
parent 4f04f4e6b8
commit 1ddbdd0321

View File

@ -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
} }