diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-04 20:41:56 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-21 09:52:11 -0500 |
commit | 8a97bc592b646e7c5ec60985e44fbf867841b121 (patch) | |
tree | 1130c8ca9ecd90064c0d0ed4bf8878f28078b9cc /config | |
parent | 56141c21d74a40f8a0eb8c41cd33a0fca2e07183 (diff) | |
download | kutter-8a97bc592b646e7c5ec60985e44fbf867841b121.tar.gz kutter-8a97bc592b646e7c5ec60985e44fbf867841b121.tar.xz kutter-8a97bc592b646e7c5ec60985e44fbf867841b121.zip |
bltouch: Add a pin_up_touch_mode_reports_triggered config option
Rework the undocumented test_sensor_pin config option into a
pin_up_touch_mode_reports_triggered option and document it.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 4eba6625..34f1c4e1 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -63,6 +63,11 @@ # triggered" state after a successful "pin_up" command. This should # be True for a genuine BLTouch; some BLTouch clones may require # False. The default is True. +#pin_up_touch_mode_reports_triggered: True +# Set if the BLTouch consistently reports a "triggered" state after +# the commands "pin_up" followed by "touch_mode". This should be +# True for a genuine BLTouch; some BLTouch clones may require +# False. The default is True. #x_offset: #y_offset: #z_offset: |