Fix bad sanitycheck (#12748)
This commit is contained in:
parent
b01a630bd0
commit
54ba44ee37
@ -1121,8 +1121,10 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_MESH && DISABLED(JUNCTION_DEVIATION)
|
#if HAS_MESH
|
||||||
static_assert(DEFAULT_ZJERK > 0.1, "Low DEFAULT_ZJERK values are incompatible with mesh-based leveling.");
|
#if DISABLED(JUNCTION_DEVIATION)
|
||||||
|
static_assert(DEFAULT_ZJERK > 0.1, "Low DEFAULT_ZJERK values are incompatible with mesh-based leveling.");
|
||||||
|
#endif
|
||||||
#elif ENABLED(G26_MESH_VALIDATION)
|
#elif ENABLED(G26_MESH_VALIDATION)
|
||||||
#error "G26_MESH_VALIDATION requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL."
|
#error "G26_MESH_VALIDATION requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user