Scott Lahteine пре 5 година
родитељ
комит
d236b3dcf5
1 измењених фајлова са 0 додато и 8 уклоњено
  1. 0
    8
      Marlin/src/MarlinCore.cpp

+ 0
- 8
Marlin/src/MarlinCore.cpp Прегледај датотеку

986
     SETUP_RUN(ui.reset_status());     // Load welcome message early. (Retained if no errors exist.)
986
     SETUP_RUN(ui.reset_status());     // Load welcome message early. (Retained if no errors exist.)
987
   #endif
987
   #endif
988
 
988
 
989
-  #if BOTH(HAS_SPI_LCD, SHOW_BOOTSCREEN)
990
-    SETUP_RUN(ui.show_bootscreen());
991
-  #endif
992
-
993
   #if BOTH(SDSUPPORT, SDCARD_EEPROM_EMULATION)
989
   #if BOTH(SDSUPPORT, SDCARD_EEPROM_EMULATION)
994
     SETUP_RUN(card.mount());          // Mount media with settings before first_load
990
     SETUP_RUN(card.mount());          // Mount media with settings before first_load
995
   #endif
991
   #endif
997
   SETUP_RUN(settings.first_load());   // Load data from EEPROM if available (or use defaults)
993
   SETUP_RUN(settings.first_load());   // Load data from EEPROM if available (or use defaults)
998
                                       // This also updates variables in the planner, elsewhere
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
   #if ENABLED(TOUCH_BUTTONS)
996
   #if ENABLED(TOUCH_BUTTONS)
1005
     SETUP_RUN(touch.init());
997
     SETUP_RUN(touch.init());
1006
   #endif
998
   #endif

Loading…
Откажи
Сачувај