chiark / gitweb /
Last M401 update, refresh the LCD during an M401 wait.
authorDaid <daid303@gmail.com>
Sat, 19 May 2012 16:53:56 +0000 (18:53 +0200)
committerDaid <daid303@gmail.com>
Sat, 19 May 2012 16:53:56 +0000 (18:53 +0200)
Marlin/Marlin.pde

index a1843a0ad3877025dce24433527e3babe11af616..185c9f78177d9479cc979546ecc02b16ba38904d 100644 (file)
@@ -1282,11 +1282,13 @@ void process_commands()
         while(millis()  < codenum && !CLICKED){
           manage_heater();
           manage_inactivity(1);
+                 LCD_STATUS;
                }
       }else{
         while(!CLICKED) {
           manage_heater();
           manage_inactivity(1);
+                 LCD_STATUS;
                }
          }
     }