Fix LPC + TMC boot loop (#21298)

2.0.x
Chris 4 years ago committed by Scott Lahteine
parent 6652c7c435
commit 6c70402161

@ -1053,6 +1053,10 @@ void setup() {
#if HAS_FILAMENT_SENSOR
SETUP_RUN(runout.setup());
#endif
#if HAS_TMC220x
SETUP_RUN(tmc_serial_begin());
#endif
#if ENABLED(PSU_CONTROL)
SETUP_LOG("PSU_CONTROL");
@ -1068,10 +1072,6 @@ void setup() {
SETUP_RUN(L64xxManager.init()); // Set up SPI, init drivers
#endif
#if HAS_TMC220x
SETUP_RUN(tmc_serial_begin());
#endif
#if HAS_STEPPER_RESET
SETUP_RUN(disableStepperDrivers());
#endif

Loading…
Cancel
Save