Browse Source

Clean up setup

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
d236b3dcf5
  1. 8
      Marlin/src/MarlinCore.cpp

8
Marlin/src/MarlinCore.cpp

@ -986,10 +986,6 @@ void setup() {
SETUP_RUN(ui.reset_status()); // Load welcome message early. (Retained if no errors exist.)
#endif
#if BOTH(HAS_SPI_LCD, SHOW_BOOTSCREEN)
SETUP_RUN(ui.show_bootscreen());
#endif
#if BOTH(SDSUPPORT, SDCARD_EEPROM_EMULATION)
SETUP_RUN(card.mount()); // Mount media with settings before first_load
#endif
@ -997,10 +993,6 @@ void setup() {
SETUP_RUN(settings.first_load()); // Load data from EEPROM if available (or use defaults)
// This also updates variables in the planner, elsewhere
#if HAS_SERVICE_INTERVALS
SETUP_RUN(ui.reset_status(true)); // Show service messages or keep current status
#endif
#if ENABLED(TOUCH_BUTTONS)
SETUP_RUN(touch.init());
#endif

Loading…
Cancel
Save