|
@@ -986,10 +986,6 @@ void setup() {
|
986
|
986
|
SETUP_RUN(ui.reset_status()); // Load welcome message early. (Retained if no errors exist.)
|
987
|
987
|
#endif
|
988
|
988
|
|
989
|
|
- #if BOTH(HAS_SPI_LCD, SHOW_BOOTSCREEN)
|
990
|
|
- SETUP_RUN(ui.show_bootscreen());
|
991
|
|
- #endif
|
992
|
|
-
|
993
|
989
|
#if BOTH(SDSUPPORT, SDCARD_EEPROM_EMULATION)
|
994
|
990
|
SETUP_RUN(card.mount()); // Mount media with settings before first_load
|
995
|
991
|
#endif
|
|
@@ -997,10 +993,6 @@ void setup() {
|
997
|
993
|
SETUP_RUN(settings.first_load()); // Load data from EEPROM if available (or use defaults)
|
998
|
994
|
// This also updates variables in the planner, elsewhere
|
999
|
995
|
|
1000
|
|
- #if HAS_SERVICE_INTERVALS
|
1001
|
|
- SETUP_RUN(ui.reset_status(true)); // Show service messages or keep current status
|
1002
|
|
- #endif
|
1003
|
|
-
|
1004
|
996
|
#if ENABLED(TOUCH_BUTTONS)
|
1005
|
997
|
SETUP_RUN(touch.init());
|
1006
|
998
|
#endif
|