1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 22:35:21 +00:00

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
if (strcmp(command, "M108") == 0) {
wait_for_heatup = false;
#if HAS_DISPLAY
#if ENABLED(NEWPANEL)
wait_for_user = false;
#endif
}