mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 21:14:05 -06:00
probe: Add support for configuring lift_speed
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e3dde19932
commit
c36fe76d69
3 changed files with 25 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue