Merge pull request #744 from PavelSindler/M860_fix

M860 fix: send busy messages
This commit is contained in:
PavelSindler 2018-05-23 13:15:46 +02:00 committed by GitHub
commit 0091b41fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6315,8 +6315,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.
{