diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-28 22:57:29 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-09-25 13:48:46 -0400 |
commit | 4b5db04f788c9e5ed10b82679c37bd68d14c50d7 (patch) | |
tree | 43187817dcf1b0ef5da73253485b6a6b6ab58b26 /docs/G-Codes.md | |
parent | 1165c0c9c5f35f7f97baa4c190d84f4bd12627d7 (diff) | |
download | kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.tar.gz kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.tar.xz kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.zip |
docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 28959647..dcaa2b20 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -152,6 +152,8 @@ section is enabled: - `NEXT`: If manual bed probing is enabled, then one can use this command to move to the next probing point during a DELTA_CALIBRATE operation. +- `DELTA_ANALYZE`: This command is used during enhanced delta + calibration. See [Delta Calibrate](Delta_Calibrate.md) for details. ## Bed Tilt |