chiark / gitweb /
While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input...
authorTommy Cheng <tommy.cheng@gmail.com>
Mon, 5 Mar 2012 15:12:26 +0000 (23:12 +0800)
committerTommy Cheng <tommy.cheng@gmail.com>
Mon, 5 Mar 2012 15:12:26 +0000 (23:12 +0800)
Marlin/Marlin.pde

index e82afabd48b69fbd377ee696ec09f37bd283eb5a..0a5d5a2ef8af1ddb8698b106ae1b08baf302e7b8 100644 (file)
@@ -942,6 +942,7 @@ void process_commands()
             codenum = millis(); 
           }
           manage_heater();
+          LCD_STATUS;
         }
         LCD_MESSAGEPGM(MSG_BED_DONE);
         previous_millis_cmd = millis();