diff options
author | Florian Heilmann <Florian.Heilmann@gmx.net> | 2019-03-01 19:44:35 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-03-08 11:04:14 -0500 |
commit | 4541f16cd9b2a815b37256f641a652a7020d6f8a (patch) | |
tree | 6406c7096bcf9d219da406ea1c10e5e8bafc6361 /config | |
parent | 975b0dbd842e3ffb29913912c88c5f462fcfd805 (diff) | |
download | kutter-4541f16cd9b2a815b37256f641a652a7020d6f8a.tar.gz kutter-4541f16cd9b2a815b37256f641a652a7020d6f8a.tar.xz kutter-4541f16cd9b2a815b37256f641a652a7020d6f8a.zip |
tmc2660: Add vsense_resistor config parameter
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 3f371fdd..e81e05d1 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1050,6 +1050,9 @@ #run_current: # The amount of current (in ampere) used by the driver during stepper # movement. This parameter must be provided. +#sense_resistor: 0.051 +# The resistance (in ohms) of the motor sense resistor. The default +# is 0.051 ohms. #idle_current_percent: 100 # The percentage of the run_current the stepper driver will be # lowered to when the idle timeout expires (you need to set up the |