We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd1b2e commit b3f4793Copy full SHA for b3f4793
Marlin/src/MarlinCore.cpp
@@ -1577,10 +1577,6 @@ void setup() {
1577
SETUP_RUN(hostui.prompt_end());
1578
#endif
1579
1580
- #if HAS_TRINAMIC_CONFIG && DISABLED(PSU_DEFAULT_OFF)
1581
- SETUP_RUN(test_tmc_connection());
1582
- #endif
1583
-
1584
#if HAS_DRIVER_SAFE_POWER_PROTECT
1585
SETUP_RUN(stepper_driver_backward_report());
1586
@@ -1638,6 +1634,10 @@ void setup() {
1638
1634
SETUP_RUN(easythreed_ui.init());
1639
1635
1640
1636
1637
+ #if HAS_TRINAMIC_CONFIG && DISABLED(PSU_DEFAULT_OFF)
+ SETUP_RUN(test_tmc_connection());
+ #endif
+
1641
marlin_state = MF_RUNNING;
1642
1643
SETUP_LOG("setup() completed.");
0 commit comments