Drop extraneous calls to lcd_update

master
Scott Lahteine 7 years ago
parent d6db7a9b03
commit 0027c22839

@ -6463,7 +6463,6 @@ inline void gcode_M140() {
#if ENABLED(ULTIPANEL)
powersupply = true;
LCD_MESSAGEPGM(WELCOME_MSG);
lcd_update();
#endif
}
@ -6496,7 +6495,6 @@ inline void gcode_M81() {
powersupply = false;
#endif
LCD_MESSAGEPGM(MACHINE_NAME " " MSG_OFF ".");
lcd_update();
#endif
}

Loading…
Cancel
Save