Browse Source

Drop extraneous calls to lcd_update

Scott Lahteine 8 years ago
parent
commit
0027c22839
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp View File

6463
     #if ENABLED(ULTIPANEL)
6463
     #if ENABLED(ULTIPANEL)
6464
       powersupply = true;
6464
       powersupply = true;
6465
       LCD_MESSAGEPGM(WELCOME_MSG);
6465
       LCD_MESSAGEPGM(WELCOME_MSG);
6466
-      lcd_update();
6467
     #endif
6466
     #endif
6468
   }
6467
   }
6469
 
6468
 
6496
       powersupply = false;
6495
       powersupply = false;
6497
     #endif
6496
     #endif
6498
     LCD_MESSAGEPGM(MACHINE_NAME " " MSG_OFF ".");
6497
     LCD_MESSAGEPGM(MACHINE_NAME " " MSG_OFF ".");
6499
-    lcd_update();
6500
   #endif
6498
   #endif
6501
 }
6499
 }
6502
 
6500
 

Loading…
Cancel
Save