Skip to content

Commit

Permalink
Enable Z-offset babystepping with BLTouch
Browse files Browse the repository at this point in the history
  • Loading branch information
marciot committed Feb 8, 2020
1 parent 5538499 commit 567116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/AlephObjects/build-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ def DIGIPOT_CURRENT(mA):
MARLIN["BABYSTEP_XY"] = True
MARLIN["BABYSTEP_ALWAYS_AVAILABLE"] = True

if USE_AUTOLEVELING:
if USE_AUTOLEVELING or MARLIN["BLTOUCH"]:
MARLIN["BABYSTEP_ZPROBE_OFFSET"] = True
if MARLIN["EXTRUDERS"] > 1:
MARLIN["BABYSTEP_HOTEND_Z_OFFSET"] = True
Expand Down

0 comments on commit 567116b

Please sign in to comment.