Last M401 update, refresh the LCD during an M401 wait.
This commit is contained in:
parent
b3941fce5c
commit
16413bb8f2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue