mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:40:37 +09:00
probe: Add z_offset parameter
Move the probe_z_offset parameter from delta_calibrate and bed_tilt_calibrate to a z_offset parameter within the probe config section. It's easier to understand the z offset setting when it is in the probe config section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -121,9 +121,6 @@ radius: 50
|
||||
#horizontal_move_z: 5
|
||||
# The height (in mm) that the head should be commanded to move to
|
||||
# just prior to starting a probe operation. The default is 5.
|
||||
#probe_z_offset: 0
|
||||
# The Z height (in mm) of the head when the probe triggers. The
|
||||
# default is 0.
|
||||
#manual_probe:
|
||||
# If true, then DELTA_CALIBRATE will perform manual probing. If
|
||||
# false, then a PROBE command will be run at each probe
|
||||
|
||||
Reference in New Issue
Block a user