From 39df6440ceeb15913515fb938502722d3c20f1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sat, 7 May 2022 16:01:15 +0000 Subject: [PATCH] Allow LCD to be updated in manage_response loop Also removed one TODO which David mentioned is not needed anymore --- Firmware/mmu2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/mmu2.cpp b/Firmware/mmu2.cpp index 209fc6c33..f490f9cd6 100644 --- a/Firmware/mmu2.cpp +++ b/Firmware/mmu2.cpp @@ -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 // - finished ok -> proceed with reading other commands manage_heater(); - // @@TODO this needs verification - we need something which matches Marlin2's idle() manage_inactivity(true); // calls LogicStep() and remembers its return status + lcd_update(0); switch (logicStepLastStatus) { case Finished: