Browse Source

Last M401 update, refresh the LCD during an M401 wait.

Daid 13 years ago
parent
commit
16413bb8f2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Marlin.pde

+ 2
- 0
Marlin/Marlin.pde View File

1282
         while(millis()  < codenum && !CLICKED){
1282
         while(millis()  < codenum && !CLICKED){
1283
           manage_heater();
1283
           manage_heater();
1284
           manage_inactivity(1);
1284
           manage_inactivity(1);
1285
+		  LCD_STATUS;
1285
 		}
1286
 		}
1286
       }else{
1287
       }else{
1287
         while(!CLICKED) {
1288
         while(!CLICKED) {
1288
           manage_heater();
1289
           manage_heater();
1289
           manage_inactivity(1);
1290
           manage_inactivity(1);
1291
+		  LCD_STATUS;
1290
 		}
1292
 		}
1291
 	  }
1293
 	  }
1292
     }
1294
     }

Loading…
Cancel
Save