diff options
Diffstat (limited to 'docs/Sensorless_Homing.md')
-rw-r--r-- | docs/Sensorless_Homing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Sensorless_Homing.md b/docs/Sensorless_Homing.md index 18195bec..d8f95fdb 100644 --- a/docs/Sensorless_Homing.md +++ b/docs/Sensorless_Homing.md @@ -59,6 +59,8 @@ homing_retract_dist: 0 The name of the virtual end stop pin is derived from the name of the TMC2130 section. The `homing_retract_dist` setting should be set to zero to disable the second homing move as a second pass is not needed, and attempts to do so are error prone. +The TMC2130 and TMC5160 have both a `diag0_pin` and `diag1_pin` in most known hardware the `diag1_pin` is appropriate. In order for klipper to correctly configure the driver for sensorless homing, the correct configuration property name `diag0_pin` or `diag1_pin` must be used. Which is used is determined by which driver pin is connected to the MCU pin. + ATTENTION: This guide only mentions the mandatory parameters and the ones needed to set up sensorless homing. There are many other options to configure on a TMC2130, make sure to take a look at `config/example-extras.cfg` for all the available options. ## Testing of SPI/UART communication |