|
@ -918,8 +918,6 @@ void setup() { |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
ui.init(); |
|
|
ui.init(); |
|
|
ui.reset_status(); |
|
|
|
|
|
|
|
|
|
|
|
#if HAS_SPI_LCD && ENABLED(SHOW_BOOTSCREEN) |
|
|
#if HAS_SPI_LCD && ENABLED(SHOW_BOOTSCREEN) |
|
|
ui.show_bootscreen(); |
|
|
ui.show_bootscreen(); |
|
|
#endif |
|
|
#endif |
|
@ -948,6 +946,8 @@ void setup() { |
|
|
|
|
|
|
|
|
print_job_timer.init(); // Initial setup of print job timer
|
|
|
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
|
|
|
endstops.init(); // Init endstops and pullups
|
|
|
|
|
|
|
|
|
stepper.init(); // Init stepper. This enables interrupts!
|
|
|
stepper.init(); // Init stepper. This enables interrupts!
|
|
|