diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-28 22:57:29 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-09-25 13:48:46 -0400 |
commit | 4b5db04f788c9e5ed10b82679c37bd68d14c50d7 (patch) | |
tree | 43187817dcf1b0ef5da73253485b6a6b6ab58b26 /docs/Overview.md | |
parent | 1165c0c9c5f35f7f97baa4c190d84f4bd12627d7 (diff) | |
download | kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.tar.gz kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.tar.xz kutter-4b5db04f788c9e5ed10b82679c37bd68d14c50d7.zip |
docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index e3442a59..78768376 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -10,7 +10,9 @@ 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. The +as a reference for the config file. 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. |