diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-16 14:13:08 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-22 11:26:01 -0400 |
commit | 925562cfb19b9d77af321be9c3bad9bb38d3a869 (patch) | |
tree | 45bfe6e9fbba8c857c783b600bcff452acb5b5f2 /docs/Delta_Calibrate.md | |
parent | ca04caa42c18c59b47eae6f62b66843f7ef9707e (diff) | |
download | kutter-925562cfb19b9d77af321be9c3bad9bb38d3a869.tar.gz kutter-925562cfb19b9d77af321be9c3bad9bb38d3a869.tar.xz kutter-925562cfb19b9d77af321be9c3bad9bb38d3a869.zip |
delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATE
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Delta_Calibrate.md')
-rw-r--r-- | docs/Delta_Calibrate.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Delta_Calibrate.md b/docs/Delta_Calibrate.md index cec41863..528021a9 100644 --- a/docs/Delta_Calibrate.md +++ b/docs/Delta_Calibrate.md @@ -46,6 +46,7 @@ eliminates error introduced by the probe. To perform the basic probe, make sure the config has a [delta_calibrate] section defined and run: ``` +G28 DELTA_CALIBRATE METHOD=manual ``` After probing the seven points new delta parameters will be |