M860 fix: send busy messages

This commit is contained in:
PavelSindler 2018-05-15 18:27:25 +02:00
parent 553779a65d
commit c59e9bd6be
1 changed files with 0 additions and 2 deletions

View File

@ -6314,8 +6314,6 @@ Sigma_Exit:
codenum = millis();
cancel_heatup = false;
KEEPALIVE_STATE(NOT_BUSY);
while ((!cancel_heatup) && current_temperature_pinda < setTargetPinda) {
if ((millis() - codenum) > 1000) //Print Temp Reading every 1 second while waiting.
{