Bläddra i källkod

Drop extraneous calls to lcd_update

Scott Lahteine 8 år sedan
förälder
incheckning
0027c22839
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp Visa fil

@@ -6463,7 +6463,6 @@ inline void gcode_M140() {
6463 6463
     #if ENABLED(ULTIPANEL)
6464 6464
       powersupply = true;
6465 6465
       LCD_MESSAGEPGM(WELCOME_MSG);
6466
-      lcd_update();
6467 6466
     #endif
6468 6467
   }
6469 6468
 
@@ -6496,7 +6495,6 @@ inline void gcode_M81() {
6496 6495
       powersupply = false;
6497 6496
     #endif
6498 6497
     LCD_MESSAGEPGM(MACHINE_NAME " " MSG_OFF ".");
6499
-    lcd_update();
6500 6498
   #endif
6501 6499
 }
6502 6500
 

Laddar…
Avbryt
Spara