While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.

This commit is contained in:
Tommy Cheng 2012-03-05 23:12:26 +08:00
parent 116dc86b8a
commit ce07c9186d

View file

@ -942,6 +942,7 @@ void process_commands()
codenum = millis();
}
manage_heater();
LCD_STATUS;
}
LCD_MESSAGEPGM(MSG_BED_DONE);
previous_millis_cmd = millis();