Fix LPC + TMC boot loop (#21298)
This commit is contained in:
parent
55c31fbe9a
commit
10ec5c7f34
@ -1053,6 +1053,10 @@ void setup() {
|
|||||||
#if HAS_FILAMENT_SENSOR
|
#if HAS_FILAMENT_SENSOR
|
||||||
SETUP_RUN(runout.setup());
|
SETUP_RUN(runout.setup());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if HAS_TMC220x
|
||||||
|
SETUP_RUN(tmc_serial_begin());
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(PSU_CONTROL)
|
#if ENABLED(PSU_CONTROL)
|
||||||
SETUP_LOG("PSU_CONTROL");
|
SETUP_LOG("PSU_CONTROL");
|
||||||
@ -1068,10 +1072,6 @@ void setup() {
|
|||||||
SETUP_RUN(L64xxManager.init()); // Set up SPI, init drivers
|
SETUP_RUN(L64xxManager.init()); // Set up SPI, init drivers
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_TMC220x
|
|
||||||
SETUP_RUN(tmc_serial_begin());
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAS_STEPPER_RESET
|
#if HAS_STEPPER_RESET
|
||||||
SETUP_RUN(disableStepperDrivers());
|
SETUP_RUN(disableStepperDrivers());
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user