Browse Source

Ensure welcome message

vanilla_fb_2.0.x
Scott Lahteine 5 years ago
parent
commit
972d1bf5b4
  1. 5
      Marlin/src/MarlinCore.cpp

5
Marlin/src/MarlinCore.cpp

@ -978,15 +978,12 @@ void setup() {
#endif
SETUP_RUN(ui.init());
SETUP_RUN(ui.reset_status()); // Load welcome message early. (Retained if no errors exist.)
#if HAS_SPI_LCD && ENABLED(SHOW_BOOTSCREEN)
SETUP_RUN(ui.show_bootscreen());
#endif
#if !HAS_SERVICE_INTERVALS
SETUP_RUN(ui.reset_status()); // Load welcome message early. (Retained if no errors exist.)
#endif
#if ENABLED(SDSUPPORT)
SETUP_RUN(card.mount()); // Mount the SD card before settings.first_load
#endif

Loading…
Cancel
Save