diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-17 19:24:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-17 19:24:54 -0400 |
commit | abb0d8801caa12d4354c883dc8921c0c7a9eb66a (patch) | |
tree | 228b245030789a4693f9402e51d49d21ba595f5b | |
parent | ac57b6522e9922cb2c848b4baa331eac774ebed2 (diff) | |
download | kutter-abb0d8801caa12d4354c883dc8921c0c7a9eb66a.tar.gz kutter-abb0d8801caa12d4354c883dc8921c0c7a9eb66a.tar.xz kutter-abb0d8801caa12d4354c883dc8921c0c7a9eb66a.zip |
docs: Note screws_tilt_adjust nozzle/probe coordinates in Manual_Level.md
The screws_tilt_adjust takes nozzle coordinates, but the goal is for
the Z probe to be above the screws.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Manual_Level.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md index bae30f7a..38327c97 100644 --- a/docs/Manual_Level.md +++ b/docs/Manual_Level.md @@ -144,8 +144,8 @@ This is another way to calibrate the bed level using the bed probe. To use it you must have a Z probe (BL Touch, Inductive sensor, etc). To enable this feature, one would determine the nozzle coordinates -near the screws and add them to the config file. For example, it might -look like: +such that the Z probe is above the screws, and then add them to the +config file. For example, it might look like: ``` [screws_tilt_adjust] |