Print startup message after print statistics are loaded (#15664)

This commit is contained in:
Roman Moravčík 2019-10-26 02:46:57 +02:00 committed by Scott Lahteine
parent 732bf89878
commit e690471739

View File

@ -918,8 +918,6 @@ void setup() {
#endif
ui.init();
ui.reset_status();
#if HAS_SPI_LCD && ENABLED(SHOW_BOOTSCREEN)
ui.show_bootscreen();
#endif
@ -948,6 +946,8 @@ void setup() {
print_job_timer.init(); // Initial setup of print job timer
ui.reset_status(); // Print startup message after print statistics are loaded
endstops.init(); // Init endstops and pullups
stepper.init(); // Init stepper. This enables interrupts!