diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-09 18:20:28 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-12 13:20:32 -0500 |
commit | 35ea4a137d15c04f2997315002928dd049bb0536 (patch) | |
tree | 8b5dd3985ee38deed9db99a9f1dd11db6b6bd4ef /docs/G-Codes.md | |
parent | d14a53e160c3edde54536574973ef5d0c9cafc7c (diff) | |
download | kutter-35ea4a137d15c04f2997315002928dd049bb0536.tar.gz kutter-35ea4a137d15c04f2997315002928dd049bb0536.tar.xz kutter-35ea4a137d15c04f2997315002928dd049bb0536.zip |
probe: Add PROBE_CALIBRATE command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 60cb8038..58c7a75d 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -169,6 +169,10 @@ enabled: - `PROBE`: Move the nozzle downwards until the probe triggers. - `QUERY_PROBE`: Report the current status of the probe ("triggered" or "open"). +- `PROBE_CALIBRATE [SPEED=<speed>]`: Run a helper script useful for + calibrating the probe's z_offset. See the MANUAL_PROBE command for + details on the parameters and the additional commands available + while the tool is active. ## BLTouch |