diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-05-01 12:37:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-05-11 12:46:25 -0400 |
commit | eebd7e6579690f279cf3693b9869c9571994f249 (patch) | |
tree | 2cfa29be3d6cc4aa1a9b2206a932084d2d6163e8 /config | |
parent | 20a27c697f3a0c8aae130491094e0bdeb91dd0a0 (diff) | |
download | kutter-eebd7e6579690f279cf3693b9869c9571994f249.tar.gz kutter-eebd7e6579690f279cf3693b9869c9571994f249.tar.xz kutter-eebd7e6579690f279cf3693b9869c9571994f249.zip |
docs: Update bltouch probe_with_touch_mode documentation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 |