mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-12 09:17:54 -06:00
bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)
Signed-off-by: Mike Stiemke <fandjango@gmx.de>
This commit is contained in:
parent
245917bf03
commit
16ecf15a91
4 changed files with 114 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue