Last M401 update, refresh the LCD during an M401 wait.

hackerspace-green
Daid 2012-05-19 18:53:56 +02:00
parent b3941fce5c
commit 16413bb8f2
1 changed files with 2 additions and 0 deletions

View File

@ -1282,11 +1282,13 @@ void process_commands()
while(millis() < codenum && !CLICKED){
manage_heater();
manage_inactivity(1);
LCD_STATUS;
}
}else{
while(!CLICKED) {
manage_heater();
manage_inactivity(1);
LCD_STATUS;
}
}
}