diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-02 10:27:06 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-04-02 17:34:15 -0400 |
commit | 5d0658b91b18524c922aa0dc5384eea72386a749 (patch) | |
tree | 83c79299227e27d6686e9db8ce49c487e819d282 /config | |
parent | 291fbe0801e567875790174726128103c224f6bc (diff) | |
download | kutter-5d0658b91b18524c922aa0dc5384eea72386a749.tar.gz kutter-5d0658b91b18524c922aa0dc5384eea72386a749.tar.xz kutter-5d0658b91b18524c922aa0dc5384eea72386a749.zip |
docs: Add BLTouch.md section describing clone config options
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 12fb3fab..fabb1c6f 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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. |