mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
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>
This commit is contained in:
parent
56141c21d7
commit
8a97bc592b
2 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue