diff options
author | FanDjango <51046875+FanDjango@users.noreply.github.com> | 2020-02-24 04:32:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 22:32:07 -0500 |
commit | 16ecf15a912c72cce3d9d6e617828c8aa03f13d8 (patch) | |
tree | 68af5db9976962f7608c1cd2b06b618daeef0d1a /config/example-extras.cfg | |
parent | 245917bf034804acfa3039ac308c7d4308e79e86 (diff) | |
download | kutter-16ecf15a912c72cce3d9d6e617828c8aa03f13d8.tar.gz kutter-16ecf15a912c72cce3d9d6e617828c8aa03f13d8.tar.xz kutter-16ecf15a912c72cce3d9d6e617828c8aa03f13d8.zip |
bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)
Signed-off-by: Mike Stiemke <fandjango@gmx.de>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 16b6e9bf..4c5d0d8c 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -637,6 +637,15 @@ #stow_on_each_sample: True # If set to False, intermediate STOW/DEPLOY sequences on certain # operations that use the probe multiple times will be omitted. +#set_ouput_mode: [Possible values: 5V, OD, or do not specify this +# parameter at all if you don't want a mode setting to be performed] +# A BLTouch Smart V3.0 or V3.1(+) supports selection of an output +# mode, 5V or OPEN DRAIN. If your controller board NEEDs 5V mode +# AND it is 5V tolerant on its input signal line, you can use this +# parameter. Note also that for a V3.1, it is possible to not specify +# this parameter at all and instead to manually use a "BLTOUCH_STORE +# MODE=" command to store the desired output mode permanently in the +# probes EEPROM (see the documentation for this command). #x_offset: #y_offset: #z_offset: |