diff options
author | Yannic Schröder <yannic@dontclickthis.de> | 2019-01-07 16:39:16 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-01-07 10:39:16 -0500 |
commit | d015209388e515c9eda103edb252c3f1e48bd1b1 (patch) | |
tree | c21b42733068a2b07e27d8b5a5b58ea7428841ee /config/example-extras.cfg | |
parent | 28e68075c82e8c50a36b31d934b1054e0b777fa3 (diff) | |
download | kutter-d015209388e515c9eda103edb252c3f1e48bd1b1.tar.gz kutter-d015209388e515c9eda103edb252c3f1e48bd1b1.tar.xz kutter-d015209388e515c9eda103edb252c3f1e48bd1b1.zip |
docs: Add guide for sensorless homing (#1004)
Signed-off-by: Yannic Schroeder <schroeder@ibr.cs.tu-bs.de>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index a0223c4f..dd8db7a7 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -738,7 +738,8 @@ # virtual 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. +# sensorless homing. See docs/Sensorless_Homing.md for details on how +# to configure this. # Configure a TMC2208 (or TMC2224) stepper motor driver via single |