diff options
author | Dushyant Ahuja <dusht.ahuja@gmail.com> | 2020-05-05 14:03:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 09:03:39 -0400 |
commit | 1eb2d4da902867b3bf4fdee1b2d272c170f93468 (patch) | |
tree | 8757c471b6e425ddaeef2a82b1a4ecf81dd74a55 /docs | |
parent | 9a92b346fd81386c54464b45d8310dab972b6bbd (diff) | |
download | kutter-1eb2d4da902867b3bf4fdee1b2d272c170f93468.tar.gz kutter-1eb2d4da902867b3bf4fdee1b2d272c170f93468.tar.xz kutter-1eb2d4da902867b3bf4fdee1b2d272c170f93468.zip |
docs: Clarify that Probe_Calibrate uses the speed variable for XY as well (#2735)
Signed-off-by: Dushyant Ahuja <dusht.ahuja@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index c8edd792..387759f4 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -303,7 +303,9 @@ enabled: helper script useful for calibrating the probe's z_offset. See the PROBE command for details on the optional probe parameters. See the MANUAL_PROBE command for details on the SPEED parameter and the - additional commands available while the tool is active. + additional commands available while the tool is active. Please note, + the PROBE_CALIBRATE command uses the speed variable to move in XY direction + as well as Z. ## BLTouch |