Browse Source

While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.

Tommy Cheng 13 years ago
parent
commit
ce07c9186d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Marlin.pde

+ 1
- 0
Marlin/Marlin.pde View File

@@ -942,6 +942,7 @@ void process_commands()
942 942
             codenum = millis(); 
943 943
           }
944 944
           manage_heater();
945
+          LCD_STATUS;
945 946
         }
946 947
         LCD_MESSAGEPGM(MSG_BED_DONE);
947 948
         previous_millis_cmd = millis();

Loading…
Cancel
Save