diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-10 14:14:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-10 20:09:34 -0500 |
commit | 715b89ce0c964276f349c079ce7a8f527ef02eaf (patch) | |
tree | 163607dae98431d263e9d7980e7f5e3947d955c4 /docs/Overview.md | |
parent | b36ec769898bf4c88b7b07391cfb66e8116e13a3 (diff) | |
download | kutter-715b89ce0c964276f349c079ce7a8f527ef02eaf.tar.gz kutter-715b89ce0c964276f349c079ce7a8f527ef02eaf.tar.xz kutter-715b89ce0c964276f349c079ce7a8f527ef02eaf.zip |
docs: Rename Sensorless_homing.md to TMC_Drivers.md and extend
Add additional information on configuring and using TMC drivers.
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, 2 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index b67b3e6f..abe1a3b1 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -42,8 +42,8 @@ communication with the Klipper developers. - [Slicers](Slicers.md): Configure "slicer" software for Klipper. - [Command Templates](Command_Templates.md): G-Code macros and conditional evaluation. -- [Sensorless homing](Sensorless_Homing.md): Configuring tmc2130 - sensorless homing. +- [TMC Drivers](TMC_Drivers.md): Using Trinamic stepper motor drivers + with Klipper. - [Skew correction](skew_correction.md): Adjustments for axes not perfectly square. - [G-Codes](G-Codes.md): Information on commands supported by Klipper. |