aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-01-30 15:36:51 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-01-31 15:47:06 -0500
commitc36fe76d692754d0244059a729e147c688c96062 (patch)
tree33ca18532e1af1dd91bb8cd931625666fd08232e /config/example-extras.cfg
parente3dde19932317b77129d4805bde3cf7fe48fd904 (diff)
downloadkutter-c36fe76d692754d0244059a729e147c688c96062.tar.gz
kutter-c36fe76d692754d0244059a729e147c688c96062.tar.xz
kutter-c36fe76d692754d0244059a729e147c688c96062.zip
probe: Add support for configuring lift_speed
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 136ff1fa..156b4c8f 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -569,6 +569,10 @@
#sample_retract_dist: 2.0
# The distance (in mm) to lift the toolhead between each sample (if
# sampling more than once). The default is 2mm.
+#lift_speed: 5.0
+# Speed (in mm/s) of the Z axis when lifting the probe between
+# samples. The default is to use the same value as the 'speed'
+# parameter.
#samples_result: average
# The calculation method when sampling more than once - either
# "median" or "average". The default is average.