♻️ Simplify TMC utilities for more axes

This commit is contained in:
Scott Lahteine
2021-05-18 22:52:10 -05:00
committed by Scott Lahteine
parent a6e5492b08
commit 926a7f27c6
3 changed files with 6 additions and 6 deletions

View File

@@ -1488,7 +1488,7 @@ void setup() {
#endif
#if HAS_TRINAMIC_CONFIG && DISABLED(PSU_DEFAULT_OFF)
SETUP_RUN(test_tmc_connection(true, true, true, true));
SETUP_RUN(test_tmc_connection());
#endif
#if HAS_DRIVER_SAFE_POWER_PROTECT