diff options
Diffstat (limited to 'config/example-extras.cfg')
-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. |