aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-03-10 14:14:11 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-03-10 20:09:34 -0500
commit715b89ce0c964276f349c079ce7a8f527ef02eaf (patch)
tree163607dae98431d263e9d7980e7f5e3947d955c4 /docs/Config_Reference.md
parentb36ec769898bf4c88b7b07391cfb66e8116e13a3 (diff)
downloadkutter-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/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 8ebb511c..7259d998 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2585,6 +2585,10 @@ pins:
# TMC stepper driver configuration
+Configuration of Trinamic stepper motor drivers in UART/SPI mode.
+Additional information is in the [TMC Drivers guide](TMC_Drivers.md)
+and in the [command reference](G-Codes.md#tmc-stepper-drivers).
+
## [tmc2130]
Configure a TMC2130 stepper motor driver via SPI bus. To use this
@@ -2652,8 +2656,7 @@ run_current:
# pin which may be used as the stepper's endstop_pin. Doing this
# enables "sensorless homing". (Be sure to also set driver_SGT to an
# appropriate sensitivity value.) The default is to not enable
-# sensorless homing. See docs/Sensorless_Homing.md for details on
-# how to configure this.
+# sensorless homing.
```
## [tmc2208]
@@ -2918,8 +2921,7 @@ run_current:
# pin which may be used as the stepper's endstop_pin. Doing this
# enables "sensorless homing". (Be sure to also set driver_SGT to an
# appropriate sensitivity value.) The default is to not enable
-# sensorless homing. See docs/Sensorless_Homing.md for details on
-# how to configure this.
+# sensorless homing.
```
# Run-time stepper motor current configuration