Add BABYSTEP_ZPROBE_OFFSET as an optional feature

This commit is contained in:
Scott Lahteine
2017-04-13 16:29:43 -05:00
parent cd4e6abec8
commit 52c3ace102
23 changed files with 32 additions and 14 deletions

View File

@@ -262,12 +262,12 @@
#if ENABLED(BABYSTEPPING)
#if DISABLED(ULTRA_LCD)
#error "BABYSTEPPING requires an LCD controller."
#endif
#if ENABLED(SCARA)
#elif ENABLED(SCARA)
#error "BABYSTEPPING is not implemented for SCARA yet."
#endif
#if ENABLED(DELTA) && ENABLED(BABYSTEP_XY)
#elif ENABLED(DELTA) && ENABLED(BABYSTEP_XY)
#error "BABYSTEPPING only implemented for Z axis on deltabots."
#elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && !HAS_BED_PROBE
#error "BABYSTEP_ZPROBE_OFFSET requires a probe."
#endif
#endif