Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-10-16 23:40:27 +0300
committerKevin O'Connor <kevin@koconnor.net>2019-10-16 23:48:50 +0300
commitdd9259aaf36a108304831d03b77e424a35606fc9 (patch)
tree7b63aa5b29cc8dbb279149abf2e4de552d65a6d2
parent4811b58b396f2978ff0b20d5fa1652900e97e9e9 (diff)
docs: Minor wording changes to Manual_level.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Manual_Level.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md
index a0e90c271..15ce898fd 100644
--- a/docs/Manual_Level.md
+++ b/docs/Manual_Level.md
@@ -28,7 +28,7 @@ SAVE_CONFIG
It's preferable to use a Z endstop switch on the opposite end of the Z
axis from the bed. (Homing away from the bed is more robust as then it
-is generally always safely to home the Z.) However, if one must home
+is generally always safe to home the Z.) However, if one must home
towards the bed it is recommended to adjust the endstop so that it
triggers a small distance (eg, .5mm) above the bed. Almost all endstop
switches can safely be depressed a small distance beyond their trigger
@@ -50,10 +50,10 @@ updating the Z position_endstop in the configuration file.
The secret to getting good bed leveling with bed leveling screws is to
utilize the printer's high precision motion system during the bed
leveling process itself. This is done by commanding the nozzle to a
-position nearest each bed screw and then adjusting that screw until
-the bed is a set distance from the nozzle. Klipper has a tool to
-assist with this. In order to use the tool it is necessary to specify
-each screw XY location.
+position near each bed screw and then adjusting that screw until the
+bed is a set distance from the nozzle. Klipper has a tool to assist
+with this. In order to use the tool it is necessary to specify each
+screw XY location.
This is done by creating a `[bed_screws]` config section. For example,
it might look something similar to:
@@ -141,9 +141,9 @@ position.
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 additional nozzle
-coordinates near the screws and add them to the config file. For example,
-it might look like:
+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:
```
[screws_tilt_adjust]
@@ -161,9 +161,9 @@ screw_thread: CW-M3
```
The screw1 is always the reference point for the others, so the system
-assumes that screw1 is in the correct height.
-Then to use this feature you must preform every time `G28` before
-`SCREWS_TILT_CALCULATE` and after bed is probed you get an output like this:
+assumes that screw1 is in the correct height. Always run `G28` first
+and then run `SCREWS_TILT_CALCULATE` - it should produce output
+similar to:
```
Send: G28
Recv: ok
@@ -181,5 +181,5 @@ This means that:
- rear right screw must be turned counter-clockwise 50 minutes
- read left screw must be turned clockwise 2 minutes (not need it's ok)
-Repeat the process several times until you get a good level bed, normally when
-all adjusts are below 6 minutes.
+Repeat the process several times until you get a good level bed -
+normally when all adjustments are below 6 minutes.