diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-06 19:12:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-07 10:56:30 -0400 |
commit | d9af6129eacacefa6b33d6ed45a593ef6e11fddb (patch) | |
tree | fa253ecd7222ac07a5e40dde3ea23f762cbbb554 /config | |
parent | 0bf0cb5b547af5509cb73c567c0214e408134e1d (diff) | |
download | kutter-d9af6129eacacefa6b33d6ed45a593ef6e11fddb.tar.gz kutter-d9af6129eacacefa6b33d6ed45a593ef6e11fddb.tar.xz kutter-d9af6129eacacefa6b33d6ed45a593ef6e11fddb.zip |
config: Note TMC drivers specify current in RMS in example-extras.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index c62d9140..a99e9dc4 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1441,10 +1441,10 @@ # If true, enable step interpolation (the driver will internally # step at a rate of 256 micro-steps). The default is True. #run_current: -# The amount of current (in amps) to configure the driver to use +# The amount of current (in amps RMS) to configure the driver to use # during stepper movement. This parameter must be provided. #hold_current: -# The amount of current (in amps) to configure the driver to use +# The amount of current (in amps RMS) to configure the driver to use # when the stepper is not moving. The default is to use the same # value as run_current. #sense_resistor: 0.110 @@ -1506,10 +1506,10 @@ # If true, enable step interpolation (the driver will internally # step at a rate of 256 micro-steps). The default is True. #run_current: -# The amount of current (in amps) to configure the driver to use +# The amount of current (in amps RMS) to configure the driver to use # during stepper movement. This parameter must be provided. #hold_current: -# The amount of current (in amps) to configure the driver to use +# The amount of current (in amps RMS) to configure the driver to use # when the stepper is not moving. The default is to use the same # value as run_current. #sense_resistor: 0.110 @@ -1615,8 +1615,8 @@ # step at a rate of 256 micro-steps). This only works if microsteps # is set to 16. The default is True. #run_current: -# The amount of current (in ampere) used by the driver during stepper -# movement. This parameter must be provided. +# The amount of current (in amps RMS) used by the driver during +# stepper movement. This parameter must be provided. #sense_resistor: # The resistance (in ohms) of the motor sense resistor. This parameter # must be provided. @@ -1680,10 +1680,10 @@ # If true, enable step interpolation (the driver will internally # step at a rate of 256 micro-steps). The default is True. #run_current: -# The amount of current (in amps) to configure the driver to use +# The amount of current (in amps RMS) to configure the driver to use # during stepper movement. This parameter must be provided. #hold_current: -# The amount of current (in amps) to configure the driver to use +# The amount of current (in amps RMS) to configure the driver to use # when the stepper is not moving. The default is to use the same # value as run_current. #sense_resistor: 0.075 |