diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 8035ce68..14377202 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -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. |