Alert users about low Z jerk values
This commit is contained in:
parent
360166f626
commit
575b099e40
2 changed files with 10 additions and 2 deletions
|
|
@ -852,7 +852,9 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
|||
|
||||
#endif
|
||||
|
||||
#if !HAS_MESH && ENABLED(G26_MESH_VALIDATION)
|
||||
#if HAS_MESH
|
||||
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."
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue