diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-03 22:52:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-03 22:52:32 -0500 |
commit | e0b2d7c51d8077e3d516938b9053f9e058e57898 (patch) | |
tree | 841b7d849a6f931567dcd26c4cda66bba5819469 /docs/G-Codes.md | |
parent | aac92ffb916ccf74a9c6692ded671f4f25312b7e (diff) | |
download | kutter-e0b2d7c51d8077e3d516938b9053f9e058e57898.tar.gz kutter-e0b2d7c51d8077e3d516938b9053f9e058e57898.tar.xz kutter-e0b2d7c51d8077e3d516938b9053f9e058e57898.zip |
bltouch: Add a BLTOUCH_DEBUG command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index fd5291b4..a4e44ced 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -153,6 +153,14 @@ enabled: - `QUERY_PROBE`: Report the current status of the probe ("triggered" or "open"). +## BLTouch + +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. + ## Delta Calibration The following commands are available when the "delta_calibrate" config |