Skip to content
Snippets Groups Projects
Commit 41bfff14 authored by Bob-the-Kuhn's avatar Bob-the-Kuhn Committed by GitHub
Browse files

Merge pull request #6991 from Bob-the-Kuhn/Mesh-with-babystepping

Mesh with BABYSTEP_ZPROBE_OFFSET: add sanity check
parents 424d0bae 8fb30aae
Loading
......@@ -293,6 +293,8 @@
#error "BABYSTEPPING is not implemented for SCARA yet."
#elif ENABLED(DELTA) && ENABLED(BABYSTEP_XY)
#error "BABYSTEPPING only implemented for Z axis on deltabots."
#elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && ENABLED(MESH_BED_LEVELING)
#error "MESH_BED_LEVELING and BABYSTEP_ZPROBE_OFFSET is not a valid combination"
#elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && !HAS_BED_PROBE
#error "BABYSTEP_ZPROBE_OFFSET requires a probe."
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment