Skip to content
Snippets Groups Projects
Commit 54ba44ee authored by Giuliano Zaro's avatar Giuliano Zaro Committed by Scott Lahteine
Browse files

Fix bad sanitycheck (#12748)

parent b01a630b
Branches
Tags
No related merge requests found
......@@ -1121,8 +1121,10 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
#endif
#if HAS_MESH && DISABLED(JUNCTION_DEVIATION)
#if HAS_MESH
#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)
#error "G26_MESH_VALIDATION requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL."
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment