Browse Source

🎨 Misc. code cleanup

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
6f9f25dbb2
  1. 5
      Marlin/src/MarlinCore.cpp

5
Marlin/src/MarlinCore.cpp

@ -1554,6 +1554,7 @@ void setup() {
#endif
#if HAS_DWIN_E3V2_BASIC
SETUP_LOG("E3V2 Init");
Encoder_Configuration();
HMI_Init();
HMI_SetLanguageCache();
@ -1562,7 +1563,7 @@ void setup() {
#endif
#if HAS_SERVICE_INTERVALS && !HAS_DWIN_E3V2_BASIC
ui.reset_status(true); // Show service messages or keep current status
SETUP_RUN(ui.reset_status(true)); // Show service messages or keep current status
#endif
#if ENABLED(MAX7219_DEBUG)
@ -1593,7 +1594,7 @@ void setup() {
#endif
#if BOTH(HAS_LCD_MENU, TOUCH_SCREEN_CALIBRATION) && EITHER(TFT_CLASSIC_UI, TFT_COLOR_UI)
ui.check_touch_calibration();
SETUP_RUN(ui.check_touch_calibration());
#endif
marlin_state = MF_RUNNING;

Loading…
Cancel
Save