diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-26 13:07:18 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-01 11:12:30 -0400 |
commit | 33887b8c396c5933cf6bd3ad653eec32834f2c9f (patch) | |
tree | c37b0c049088529b123dfadb64a8f13af1cdc564 /docs/Delta_Calibrate.md | |
parent | 0e9b8abde2940eb17aad0337cb0dd55f6fadffb9 (diff) | |
download | kutter-33887b8c396c5933cf6bd3ad653eec32834f2c9f.tar.gz kutter-33887b8c396c5933cf6bd3ad653eec32834f2c9f.tar.xz kutter-33887b8c396c5933cf6bd3ad653eec32834f2c9f.zip |
probe: Support manual probing at runtime
Don't require the config file to specify manual probing. Instead,
allow the user to select manual probing on each ProbePointsHelper
invocation.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Delta_Calibrate.md')
-rw-r--r-- | docs/Delta_Calibrate.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Delta_Calibrate.md b/docs/Delta_Calibrate.md index e444f473..cec41863 100644 --- a/docs/Delta_Calibrate.md +++ b/docs/Delta_Calibrate.md @@ -46,7 +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: ``` -DELTA_CALIBRATE +DELTA_CALIBRATE METHOD=manual ``` After probing the seven points new delta parameters will be calculated. Save and apply these parameters by running: |