Browse Source

Merge pull request #100 from tommycheng/patch-1

While Waiting for hotbed to warm up via M190, LCD Display and Click Enco...
ErikZalm 13 years ago
parent
commit
f3095493b0
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