mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 13:34:06 -06:00
docs: Add BLTouch.md section describing clone config options
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
291fbe0801
commit
5d0658b91b
2 changed files with 61 additions and 26 deletions
|
@ -610,7 +610,8 @@
|
|||
# not run any special G-Code commands on deactivation.
|
||||
|
||||
# BLTouch probe. One may define this section (instead of a probe
|
||||
# section) to enable a BLTouch probe. A virtual
|
||||
# section) to enable a BLTouch probe. See the docs/BLTouch.md guide
|
||||
# for further information on configuring a BLTouch. A virtual
|
||||
# "probe:z_virtual_endstop" pin is also created (see the "probe"
|
||||
# section above for the details).
|
||||
#[bltouch]
|
||||
|
@ -632,11 +633,13 @@
|
|||
#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
|
||||
# be True for all genuine BLTouch devices. The default is True.
|
||||
# be True for all genuine BLTouch devices. Read the directions in
|
||||
# docs/BLTouch.md before setting this to 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 all genuine BLTouch devices. The default is True.
|
||||
# True for all genuine BLTouch devices. Read the directions in
|
||||
# docs/BLTouch.md before setting this to False. The default is True.
|
||||
#set_output_mode:
|
||||
# Request a specific sensor pin output mode on the BLTouch V3.0 (and
|
||||
# later). This setting should not be used on other types of probes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue