diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-24 22:34:24 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-05-24 22:44:00 -0400 |
commit | c77285287b0f746023d979c61eac9f5d16b19be3 (patch) | |
tree | 3e7d85b396e522466bbdf04d8ad59800677c87fc /docs/Delta_Calibrate.md | |
parent | 7792b0f2bb7faadb83a460756effe69de34d6315 (diff) | |
download | kutter-c77285287b0f746023d979c61eac9f5d16b19be3.tar.gz kutter-c77285287b0f746023d979c61eac9f5d16b19be3.tar.xz kutter-c77285287b0f746023d979c61eac9f5d16b19be3.zip |
docs: Try to be more clear that the "paper test" steps need to be run
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Delta_Calibrate.md')
-rw-r--r-- | docs/Delta_Calibrate.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/Delta_Calibrate.md b/docs/Delta_Calibrate.md index ecc287c9..d8079456 100644 --- a/docs/Delta_Calibrate.md +++ b/docs/Delta_Calibrate.md @@ -42,13 +42,14 @@ There are two ways to perform the probing - manual probing (`DELTA_CALIBRATE`). Automatic probing utilizes a hardware device capable of triggering when the toolhead is at a set distance from the bed. The manual probing method will move the head near the bed and -then wait for the user to follow the -["paper test"](Bed_Level.md#the-paper-test) steps. It is recommended -to use manual probing for delta calibration. A number of common -printer kits come with probes that are not sufficiently accurate -(specifically, small differences in arm length can cause effector tilt -which can skew an automatic probe). Manual probing only takes a few -minutes and it eliminates error introduced by the probe. +then wait for the user to follow the steps described at +["the paper test"](Bed_Level.md#the-paper-test) to determine the +actual distance between the nozzle and bed at the given location. It +is recommended to use manual probing for delta calibration. A number +of common printer kits come with probes that are not sufficiently +accurate (specifically, small differences in arm length can cause +effector tilt which can skew an automatic probe). Manual probing only +takes a few minutes and it eliminates error introduced by the probe. To perform the basic probe, make sure the config has a [delta_calibrate] section defined and run: |