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/Overview.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/Overview.md')
-rw-r--r-- | docs/Overview.md | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 30b3c768..5d1e4136 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -12,15 +12,12 @@ The Klipper configuration is stored in a simple text file on the host machine. The [config/example.cfg](../config/example.cfg) file serves as a reference for the config file. See the [Slicers](Slicers.md) document for information on configuring a slicer with Klipper. See the -[Endstop Phase](Endstop_Phase.md) document for information on -Klipper's "stepper phase adjusted endstop" system. See the -[Bed Level](Bed_Level.md) document for information on bed leveling -with Klipper. See the [Probe Calibrate](Probe_Calibrate.md) document -for information on calibrating automatic Z probes. See the -[Delta Calibrate](Delta_Calibrate.md) document for information on -calibrating delta printers. The -[Pressure Advance](Pressure_Advance.md) document contains information -on tuning the pressure advance config. +[Bed Level](Bed_Level.md), [Endstop Phase](Endstop_Phase.md), +[Probe Calibrate](Probe_Calibrate.md), +[Delta Calibrate](Delta_Calibrate.md), and +[Manual Level](Manual_Level.md) documents for information on bed +leveling with Klipper. The [Pressure Advance](Pressure_Advance.md) +document contains information on tuning the pressure advance config. The [kinematics](Kinematics.md) document provides some technical details on how Klipper implements motion. The [FAQ](FAQ.md) answers |