diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-11 00:52:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-16 13:09:49 -0400 |
commit | 0079311b0bb23aed886c5673a6dbef13a8f35317 (patch) | |
tree | 953b4f5a6076e43535cc5b3111d23d1f0f607d33 /docs/Overview.md | |
parent | 1e71909d020840863497977720289763d58fb046 (diff) | |
download | kutter-0079311b0bb23aed886c5673a6dbef13a8f35317.tar.gz kutter-0079311b0bb23aed886c5673a6dbef13a8f35317.tar.xz kutter-0079311b0bb23aed886c5673a6dbef13a8f35317.zip |
docs: Add an Endstop_Phase.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 78768376..1ad046c3 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -11,6 +11,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 +[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 calibrating delta printers. The [Pressure Advance](Pressure_Advance.md) document contains information |