diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-29 13:58:05 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-29 13:58:05 -0400 |
commit | e43fd4fab06599139b21bb6febf87e7648f89381 (patch) | |
tree | c52631dc2eee25b3ddc83f35c4b4a33febc0a236 | |
parent | 1eb6afdbe57b53ba2f245fe4f0b06dee38f90a6a (diff) | |
download | kutter-e43fd4fab06599139b21bb6febf87e7648f89381.tar.gz kutter-e43fd4fab06599139b21bb6febf87e7648f89381.tar.xz kutter-e43fd4fab06599139b21bb6febf87e7648f89381.zip |
docs: Note to run DELTA_CALIBRATE before DELTA_ANALYZE in Delta_Calibrate.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Delta_Calibrate.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Delta_Calibrate.md b/docs/Delta_Calibrate.md index 648eab13..a64cab43 100644 --- a/docs/Delta_Calibrate.md +++ b/docs/Delta_Calibrate.md @@ -97,7 +97,11 @@ measuring parts of that test object with digital calipers. Prior to running an enhanced delta calibration one must run the basic delta calibration (via the DELTA_CALIBRATE command) and save the -results (via the SAVE_CONFIG command). +results (via the SAVE_CONFIG command). Make sure there hasn't been any +notable change to the printer configuration nor hardware since last +performing a basic delta calibration (if unsure, rerun the +[basic delta calibration](#basic-delta-calibration), including +SAVE_CONFIG, just prior to printing the test object described below.) Use a slicer to generate G-Code from the [docs/prints/calibrate_size.stl](prints/calibrate_size.stl) file. |