🔧 Update CLASSIC_JERK conditionals
This commit is contained in:
@@ -1225,7 +1225,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
|
||||
* Junction deviation is incompatible with kinematic systems.
|
||||
*/
|
||||
#if HAS_JUNCTION_DEVIATION && IS_KINEMATIC
|
||||
#error "CLASSIC_JERK is required for DELTA, SCARA, and POLAR."
|
||||
#error "CLASSIC_JERK is required for the kinematics of DELTA, SCARA, POLAR, etc."
|
||||
#endif
|
||||
|
||||
/**
|
||||
@@ -1583,7 +1583,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
|
||||
#error "Only enable RESTORE_LEVELING_AFTER_G28 or ENABLE_LEVELING_AFTER_G28, but not both."
|
||||
#endif
|
||||
|
||||
#if HAS_MESH && HAS_CLASSIC_JERK
|
||||
#if ALL(HAS_MESH, CLASSIC_JERK)
|
||||
static_assert(DEFAULT_ZJERK > 0.1, "Low DEFAULT_ZJERK values are incompatible with mesh-based leveling.");
|
||||
#endif
|
||||
#if HAS_MESH && DGUS_LCD_UI_IA_CREALITY && GRID_MAX_POINTS > 25
|
||||
|
Reference in New Issue
Block a user