diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index c9efe854..ffe0caa8 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -461,10 +461,18 @@ #driver_TOFF: 4 #driver_HEND: 7 #driver_HSTRT: 0 +#driver_SGT: 0 # Set the given register during the configuration of the TMC2130 # chip. This may be used to set custom motor parameters. The # defaults for each parameter are next to the parameter name in the # above list. +#diag1_pin: +# The micro-controller pin attached to the DIAG1 line of the TMC2130 +# chip. Setting this creates a "tmc2130_stepper_x:virtual_endstop" +# 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. # Homing override. One may use this mechanism to run a series of |