mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
probe: Add deactivate_on_each_sample: param for Probe (#4161)
Signed-off-by: Nick Lefskiy <n.lefskiy@yandex.ru>
This commit is contained in:
parent
200b62bcb4
commit
2d2db0f839
2 changed files with 33 additions and 12 deletions
|
@ -1520,6 +1520,10 @@ stepper_z config section.
|
|||
[probe]
|
||||
pin:
|
||||
# Probe detection pin. This parameter must be provided.
|
||||
#deactivate_on_each_sample: True
|
||||
# This determines if Klipper should execute deactivation gcode
|
||||
# between each probe attempt when performing a multiple probe
|
||||
# sequence. The default is True.
|
||||
#x_offset: 0.0
|
||||
# The distance (in mm) between the probe and the nozzle along the
|
||||
# x-axis. The default is 0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue