aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Probe_Calibrate.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-05-24 22:34:24 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-05-24 22:44:00 -0400
commitc77285287b0f746023d979c61eac9f5d16b19be3 (patch)
tree3e7d85b396e522466bbdf04d8ad59800677c87fc /docs/Probe_Calibrate.md
parent7792b0f2bb7faadb83a460756effe69de34d6315 (diff)
downloadkutter-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/Probe_Calibrate.md')
-rw-r--r--docs/Probe_Calibrate.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/Probe_Calibrate.md b/docs/Probe_Calibrate.md
index de517504..fc03d929 100644
--- a/docs/Probe_Calibrate.md
+++ b/docs/Probe_Calibrate.md
@@ -53,14 +53,15 @@ tool.
This tool will perform an automatic probe, then lift the head, move
the nozzle over the location of the probe point, and start the manual
-probe tool. Once the manual probe tool starts, perform the
-["paper test"](Bed_Level.md#the-paper-test) to determine the actual
-nozzle height at the given point.
+probe tool. If the nozzle does not move to a position above the
+automatic probe point, then `ABORT` the manual probe tool and perform
+the XY probe offset calibration described above.
-If the nozzle does not move to a position above the probe point, then
-`ABORT` the manual probe tool and perform the XY probe offset
-calibration described above.
-
-After completing the "paper test", use the `ACCEPT` command to
-accept the current Z height and then use the `SAVE_CONFIG` command to
-save the given probe z_offset to the config file.
+Once the manual probe tool starts, 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. Once
+those steps are complete one can `ACCEPT` the position and save the
+results to the config file with:
+```
+SAVE_CONFIG
+```