Allow LCD to be updated in manage_response loop
Also removed one TODO which David mentioned is not needed anymore
This commit is contained in:
parent
74ea9a7e43
commit
39df6440ce
|
|
@ -512,8 +512,8 @@ void MMU2::manage_response(const bool move_axes, const bool turn_off_nozzle) {
|
||||||
// - failed -> then do the safety moves on the printer like before
|
// - failed -> then do the safety moves on the printer like before
|
||||||
// - finished ok -> proceed with reading other commands
|
// - finished ok -> proceed with reading other commands
|
||||||
manage_heater();
|
manage_heater();
|
||||||
// @@TODO this needs verification - we need something which matches Marlin2's idle()
|
|
||||||
manage_inactivity(true); // calls LogicStep() and remembers its return status
|
manage_inactivity(true); // calls LogicStep() and remembers its return status
|
||||||
|
lcd_update(0);
|
||||||
|
|
||||||
switch (logicStepLastStatus) {
|
switch (logicStepLastStatus) {
|
||||||
case Finished:
|
case Finished:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue