diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-08-05 23:28:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-08-05 23:28:54 -0400 |
commit | 605c32fc980f34095e4cfc58f66de0bf624ca13e (patch) | |
tree | d15f624de848f63af4f5cb073770ce390ef4da4d | |
parent | b9f48e634e8f69b7253b179d1793f93f7ff2d0a0 (diff) | |
download | kutter-605c32fc980f34095e4cfc58f66de0bf624ca13e.tar.gz kutter-605c32fc980f34095e4cfc58f66de0bf624ca13e.tar.xz kutter-605c32fc980f34095e4cfc58f66de0bf624ca13e.zip |
docs: Move and reword the Resonance_Compensation.md link in Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Overview.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index cec6cc63..e37351bc 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -29,6 +29,8 @@ communication with the Klipper developers. similar). - [Endstop phase](Endstop_Phase.md): Stepper assisted Z endstop positioning. +- [Resonance compensation](Resonance_Compensation.md): A tool to + reduce ringing in prints. - [Pressure advance](Pressure_Advance.md): Calibrate extruder pressure. - [Slicers](Slicers.md): Configure "slicer" software for Klipper. @@ -38,8 +40,6 @@ communication with the Klipper developers. sensorless homing. - [Skew correction](skew_correction.md): Adjustments for axes not perfectly square. -- [Resonance compensation](Resonance_Compensation.md): Reduce ringing in prints - by measuring printer resonances and configuring the input shaping. - [G-Codes](G-Codes.md): Information on commands supported by Klipper. # Developer Documentation |