diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-28 10:24:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-28 10:47:32 -0400 |
commit | 057acb07b7825b4175ae7159ec9358b80a8b1354 (patch) | |
tree | 103829ad0f1420ba38a7e9706337f829087563c7 /docs/Overview.md | |
parent | 47e45ab39133cc155e5e1f232efafadb66463212 (diff) | |
download | kutter-057acb07b7825b4175ae7159ec9358b80a8b1354.tar.gz kutter-057acb07b7825b4175ae7159ec9358b80a8b1354.tar.xz kutter-057acb07b7825b4175ae7159ec9358b80a8b1354.zip |
docs: Add a Slicers.md document
Add some information on configuring a slicer for use with Klipper.
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, 2 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 1ad046c3..a781344d 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -10,7 +10,8 @@ settings in the config file. 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 +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 [Delta Calibrate](Delta_Calibrate.md) document for information on |