diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-16 22:19:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-24 00:49:47 -0500 |
commit | 31987c7bcd10eff80b3e2bde66eb4f6a2393be5e (patch) | |
tree | 53fa398e18d89564b544f2f3aead7a9f90148d40 /docs/Bed_Level.md | |
parent | 80c8bd8b4db39266e72694a1c8348ada51d1efe2 (diff) | |
download | kutter-31987c7bcd10eff80b3e2bde66eb4f6a2393be5e.tar.gz kutter-31987c7bcd10eff80b3e2bde66eb4f6a2393be5e.tar.xz kutter-31987c7bcd10eff80b3e2bde66eb4f6a2393be5e.zip |
docs: Add a Manual_Probe.md document
Add information on calibrating the bed on traditional printers with a
Z endstop and bed screws.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Bed_Level.md')
-rw-r--r-- | docs/Bed_Level.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Bed_Level.md b/docs/Bed_Level.md index 4fd28f23..47d4f8ad 100644 --- a/docs/Bed_Level.md +++ b/docs/Bed_Level.md @@ -35,7 +35,9 @@ leveling. For printers with an "automatic Z probe" be sure to calibrate the probe following the directions in the [Probe Calibrate](Probe_Calibrate.md) document. For delta printers, -see the [Delta Calibrate](Delta_Calibrate.md) document. +see the [Delta Calibrate](Delta_Calibrate.md) document. For printers +with bed screws and traditional Z endstops, see the +[Manual Level](Manual_Level.md) document. During calibration it may be necessary to set the printer's Z `position_min` to a negative number (eg, `position_min = -2`). The |