diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-11 11:41:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-05-11 12:46:25 -0400 |
commit | 20a27c697f3a0c8aae130491094e0bdeb91dd0a0 (patch) | |
tree | 130c5c423c2ea8ad5a64625f7fedb391b91903ab /config/example-extras.cfg | |
parent | 703490da1c62486e694a346061a92e7058b6e527 (diff) | |
download | kutter-20a27c697f3a0c8aae130491094e0bdeb91dd0a0.tar.gz kutter-20a27c697f3a0c8aae130491094e0bdeb91dd0a0.tar.xz kutter-20a27c697f3a0c8aae130491094e0bdeb91dd0a0.zip |
bltouch: Add "probe in touch mode" option
Signed-off-by: Mike Stiemke <fandjango@gmx.de>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 0ae9e310..3b21caff 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -629,6 +629,9 @@ # 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. +#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. #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 |