diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-17 14:00:37 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-17 14:07:15 -0400 |
commit | e3f9ff6701159d8447364121587717208ec521eb (patch) | |
tree | 488208f43b08f7649202d330ee012846b6ac3a58 /config/example-delta.cfg | |
parent | c95cc3fb66cdf6058497fdf0ceddf6fb6838af75 (diff) | |
download | kutter-e3f9ff6701159d8447364121587717208ec521eb.tar.gz kutter-e3f9ff6701159d8447364121587717208ec521eb.tar.xz kutter-e3f9ff6701159d8447364121587717208ec521eb.zip |
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>
Diffstat (limited to 'config/example-delta.cfg')
-rw-r--r-- | config/example-delta.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index 76d0cfc0..291916d3 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -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 |