aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-delta.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-09-26 13:07:18 -0400
committerKevinOConnor <kevin@koconnor.net>2018-10-01 11:12:30 -0400
commit33887b8c396c5933cf6bd3ad653eec32834f2c9f (patch)
treec37b0c049088529b123dfadb64a8f13af1cdc564 /config/example-delta.cfg
parent0e9b8abde2940eb17aad0337cb0dd55f6fadffb9 (diff)
downloadkutter-33887b8c396c5933cf6bd3ad653eec32834f2c9f.tar.gz
kutter-33887b8c396c5933cf6bd3ad653eec32834f2c9f.tar.xz
kutter-33887b8c396c5933cf6bd3ad653eec32834f2c9f.zip
probe: Support manual probing at runtime
Don't require the config file to specify manual probing. Instead, allow the user to select manual probing on each ProbePointsHelper invocation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-delta.cfg')
-rw-r--r--config/example-delta.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg
index 1b577224..858716e5 100644
--- a/config/example-delta.cfg
+++ b/config/example-delta.cfg
@@ -121,14 +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.
-#manual_probe:
-# If true, then DELTA_CALIBRATE will perform manual probing. If
-# false, then a PROBE command will be run at each probe
-# point. Manual probing is accomplished by manually jogging the Z
-# position of the print head at each probe point and then issuing a
-# NEXT extended g-code command to record the position at that
-# point. The default is false if a [probe] config section is present
-# and true otherwise.
#samples: 1
# The number of times to probe each point. The probed z-values
# will be averaged. The default is to probe 1 time.