You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static_assert(Z_CLEARANCE_FOR_HOMING == 0, "Z_CLEARANCE_FOR_HOMING must be 0.");
1782
-
#endif
1783
1780
#endif
1784
1781
1785
1782
// Check Safe Bed Leveling settings
@@ -4321,9 +4318,9 @@ static_assert(_PLUS_TEST(3), "DEFAULT_MAX_ACCELERATION values must be positive."
4321
4318
static_assert(SHAPING_FREQ_X == SHAPING_FREQ_Y && SHAPING_FREQ_Y == SHAPING_FREQ_Z, "SHAPING_FREQ_X, SHAPING_FREQ_Y and SHAPING_FREQ_Z must be the same for DELTA.");
4322
4319
static_assert(SHAPING_ZETA_X == SHAPING_ZETA_Y && SHAPING_ZETA_Y == SHAPING_ZETA_Z, "SHAPING_ZETA_X, SHAPING_ZETA_Y and SHAPING_ZETA_Z must be the same for DELTA.");
4323
4320
#endif
4324
-
#elifENABLED(SCARA)
4321
+
#elifIS_SCARA
4325
4322
#error "Input Shaping is not compatible with SCARA kinematics."
4326
-
#elif ENABLED(TPARA)
4323
+
#elif ENABLED(AXEL_TPARA)
4327
4324
#error "Input Shaping is not compatible with TPARA kinematics."
4328
4325
#elif ENABLED(POLAR)
4329
4326
#error "Input Shaping is not compatible with POLAR kinematics."
0 commit comments