diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-05-01 13:24:24 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-05-11 12:46:25 -0400 |
commit | f0c394de8111ff7d498efd2e947d1d36788a9ad3 (patch) | |
tree | f6621ee07a362b8a8c678865af57c8bc69c65f31 /config/example-extras.cfg | |
parent | eebd7e6579690f279cf3693b9869c9571994f249 (diff) | |
download | kutter-f0c394de8111ff7d498efd2e947d1d36788a9ad3.tar.gz kutter-f0c394de8111ff7d498efd2e947d1d36788a9ad3.tar.xz kutter-f0c394de8111ff7d498efd2e947d1d36788a9ad3.zip |
docs: Add stow_on_each_sample description to BL-Touch.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index e254a50e..53488f44 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -626,9 +626,8 @@ #stow_on_each_sample: True # This determines if Klipper should command the pin to move up # between each probe attempt when performing a multiple probe -# sequence. Setting this to False can allow for faster probing, but -# using this mode requires careful tuning of probing speed -# parameters. The default is True. +# sequence. Read the directions in docs/BLTouch.md before setting +# this to False. The default is True. #probe_with_touch_mode: False # 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). |