diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-05 20:34:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-05 20:35:56 -0400 |
commit | 92de6e91dcc7df19d74100d349ef9dcf4d833441 (patch) | |
tree | 65fe51c89d869ab27a88ab93f3b2df2301a4e980 /docs | |
parent | b1ae50cfc72fd23c099ffda73f1f2b14c341bdb2 (diff) | |
download | kutter-92de6e91dcc7df19d74100d349ef9dcf4d833441.tar.gz kutter-92de6e91dcc7df19d74100d349ef9dcf4d833441.tar.xz kutter-92de6e91dcc7df19d74100d349ef9dcf4d833441.zip |
docs: Note that "minutes" in screws_tilt_adjust means minutes of a clock face
Reported by @kubik369 and @Sineos.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Manual_Level.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md index 1ade08e6..c9aafa93 100644 --- a/docs/Manual_Level.md +++ b/docs/Manual_Level.md @@ -179,13 +179,16 @@ Recv: // rear right screw : y=155.0, y=190.0, z=2.71500 : adjust CCW 00:50 Recv: // read left screw : x=-5.0, y=190.0, z=2.47250 : adjust CW 00:02 Recv: ok ``` -This means that: +This means that: - front left screw is the reference point you must not change it. - front right screw must be turned clockwise 1 full turn and a quarter turn - rear right screw must be turned counter-clockwise 50 minutes - rear left screw must be turned clockwise 2 minutes (not need it's ok) +Note that "minutes" refers to "minutes of a clock face". So, for +example, 15 minutes is a quarter of a full turn. + Repeat the process several times until you get a good level bed - normally when all adjustments are below 6 minutes. |