aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-delta.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-05-31 13:47:15 -0400
committerKevinOConnor <kevin@koconnor.net>2019-06-06 10:08:58 -0400
commit2b8dca5dbf3853a5f069a8c4b5551665b91e37c3 (patch)
tree0516e0e731530a157aea3f41c9b09dbd554f5615 /config/example-delta.cfg
parent5989f7a8a67a0900e1283f9534948f6185424322 (diff)
downloadkutter-2b8dca5dbf3853a5f069a8c4b5551665b91e37c3.tar.gz
kutter-2b8dca5dbf3853a5f069a8c4b5551665b91e37c3.tar.xz
kutter-2b8dca5dbf3853a5f069a8c4b5551665b91e37c3.zip
probe: Move multi-sampling capability from ProbePointsHelper to Probe
This changes the config file so that the configuration of multi-samples is now done in the [probe] (and [bltouch]) section instead of the various delta, bed_mesh, z_tilt, etc. config sections. With this change, PROBE and PROBE_CALIBRATE commands now also utilize multi-sampling. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-delta.cfg')
-rw-r--r--config/example-delta.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg
index 71ad750a..b6a25fdb 100644
--- a/config/example-delta.cfg
+++ b/config/example-delta.cfg
@@ -123,12 +123,3 @@ 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.
-#samples: 1
-# The number of times to probe each point. The probed z-values will
-# be averaged. The default is to probe 1 time.
-#samples_result: average
-# One can choose median or average between probes samples
-# The default is average.
-#sample_retract_dist: 2.0
-# The distance (in mm) to retract between each sample if sampling
-# more than once. The default is 2mm.