Browse Source

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

pull/1/head
Daid 12 years ago
parent
commit
16413bb8f2
  1. 2
      Marlin/Marlin.pde

2
Marlin/Marlin.pde

@ -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;
}
}
}

Loading…
Cancel
Save