We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdca8e commit ae7a25fCopy full SHA for ae7a25f
1 file changed
Marlin/src/MarlinCore.cpp
@@ -1561,10 +1561,6 @@ void setup() {
1561
SETUP_RUN(hostui.prompt_end());
1562
#endif
1563
1564
- #if HAS_TRINAMIC_CONFIG && DISABLED(PSU_DEFAULT_OFF)
1565
- SETUP_RUN(test_tmc_connection());
1566
- #endif
1567
-
1568
#if HAS_DRIVER_SAFE_POWER_PROTECT
1569
SETUP_RUN(stepper_driver_backward_report());
1570
@@ -1622,6 +1618,10 @@ void setup() {
1622
1618
SETUP_RUN(easythreed_ui.init());
1623
1619
1624
1620
1621
+ #if HAS_TRINAMIC_CONFIG && DISABLED(PSU_DEFAULT_OFF)
+ SETUP_RUN(test_tmc_connection());
+ #endif
+
1625
marlin_state = MF_RUNNING;
1626
1627
SETUP_LOG("setup() completed.");
0 commit comments