From ce07c9186dc807d59c65dbf785d1174ee94d149b Mon Sep 17 00:00:00 2001 From: Tommy Cheng Date: Mon, 5 Mar 2012 23:12:26 +0800 Subject: [PATCH] While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached. --- Marlin/Marlin.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/Marlin.pde b/Marlin/Marlin.pde index e82afabd4..0a5d5a2ef 100644 --- a/Marlin/Marlin.pde +++ b/Marlin/Marlin.pde @@ -942,6 +942,7 @@ void process_commands() codenum = millis(); } manage_heater(); + LCD_STATUS; } LCD_MESSAGEPGM(MSG_BED_DONE); previous_millis_cmd = millis();