diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-06 18:49:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-12 13:20:32 -0500 |
commit | 57e6acbc5c0d479786e924d588b51b3bb34da92a (patch) | |
tree | 02b391534e4475c98a88933a1ffa1851c282cced /docs/Overview.md | |
parent | b0b9fc6f4a8a0cf16166b1ea2f29fb4747873d30 (diff) | |
download | kutter-57e6acbc5c0d479786e924d588b51b3bb34da92a.tar.gz kutter-57e6acbc5c0d479786e924d588b51b3bb34da92a.tar.xz kutter-57e6acbc5c0d479786e924d588b51b3bb34da92a.zip |
docs: Add Bed_Level.md and Probe_Calibrate.md documents
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index ce69e513..30b3c768 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -14,6 +14,9 @@ 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 |