diff options
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 |