Move JD to Config.h (and fix jerk->eeprom bug) (#12720)
This commit is contained in:
@ -1121,7 +1121,7 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
||||
|
||||
#endif
|
||||
|
||||
#if HAS_MESH
|
||||
#if HAS_MESH && DISABLED(JUNCTION_DEVIATION)
|
||||
static_assert(DEFAULT_ZJERK > 0.1, "Low DEFAULT_ZJERK values are incompatible with mesh-based leveling.");
|
||||
#elif ENABLED(G26_MESH_VALIDATION)
|
||||
#error "G26_MESH_VALIDATION requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL."
|
||||
|
Reference in New Issue
Block a user