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 /docs/G-Codes.md | |
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 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index e5b6427b..7a7da6cf 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -300,7 +300,14 @@ The following command is available when a "bltouch" config section is enabled: - `BLTOUCH_DEBUG COMMAND=<command>`: This sends a command to the BLTouch. It may be useful for debugging. Available commands are: - pin_down, touch_mode, pin_up, self_test, reset. + `pin_down`, `touch_mode`, `pin_up`, `self_test`, `reset`, + (*1): `set_5V_output_mode`, `set_OD_output_mode`, `output_mode_store` + + *** Note that the commands marked by (*1) are solely supported + by a BL-Touch V3.0 or V3.1(+) + +- `BLTOUCH_STORE MODE=<output_mode>`: This stores an output mode in the + EEPROM of a BLTouch V3.1 Available output_modes are: `5V`, `OD` See [Working with the BL-Touch](BLTouch.md) for more details. |