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/Manual_Level.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/Manual_Level.md')
-rw-r--r-- | docs/Manual_Level.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md index 687fd27c..8cf73e9b 100644 --- a/docs/Manual_Level.md +++ b/docs/Manual_Level.md @@ -17,9 +17,11 @@ terminal tab, and run: ``` Z_ENDSTOP_CALIBRATE ``` -Then perform the ["paper test"](Bed_Level.md#the-paper-test) steps to -determine the actual height at the given position. One can then -`ACCEPT` the position and save the results to the config file with: +Then 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 ``` |