diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 3b21caff..e254a50e 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -630,8 +630,8 @@ # using this mode requires careful tuning of probing speed # parameters. The default is True. #probe_with_touch_mode: False -# You can elect to probe in touch mode if you want. Note that this -# is not supported by all probe types. +# If this is set to True then Klipper will probe with the device in +# "touch_mode". The default is False (probing in "pin_down" mode). #pin_up_reports_not_triggered: True # Set if the BLTouch consistently reports the probe in a "not # triggered" state after a successful "pin_up" command. This should |