diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-27 09:50:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-27 09:50:17 -0400 |
commit | d9d94c858ad6c75ff3171fa0cde0140891619ce3 (patch) | |
tree | d5896348ef5184edda5597e8d45c204383f67d84 | |
parent | a3b4543c978f3fe6cdcdf1fc96af61750b186646 (diff) | |
download | kutter-d9d94c858ad6c75ff3171fa0cde0140891619ce3.tar.gz kutter-d9d94c858ad6c75ff3171fa0cde0140891619ce3.tar.xz kutter-d9d94c858ad6c75ff3171fa0cde0140891619ce3.zip |
docs: Add skew_correction.md to Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-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 efddc7da..0f26ef1b 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -36,6 +36,8 @@ communication with the Klipper developers. conditional evaluation. - [Sensorless homing](Sensorless_Homing.md): Configuring tmc2130 sensorless homing. +- [Skew correction](skew_correction.md): Adjustments for axes not + perfectly square. - [G-Codes](G-Codes.md): Information on commands supported by Klipper. # Developer Documentation |