diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-24 10:44:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-24 10:44:45 -0400 |
commit | c4fe43ffce686d967d0cf3cd5510768bc49a1803 (patch) | |
tree | b28cbe7f0ed4a5b9dd0b047e95b2f2fb1c507603 /config/example-extras.cfg | |
parent | ee4f37fe0c61dd525d4f03e800da38c42781b66f (diff) | |
download | kutter-c4fe43ffce686d967d0cf3cd5510768bc49a1803.tar.gz kutter-c4fe43ffce686d967d0cf3cd5510768bc49a1803.tar.xz kutter-c4fe43ffce686d967d0cf3cd5510768bc49a1803.zip |
tmc2130: The default TOFF time should be 4
The recommended TOFF time in "standalone mode" according to the
tmc2130 is 4, so use that as the default.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 0cc95b0f..c52cff8b 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -453,7 +453,7 @@ #driver_IHOLDDELAY: 8 #driver_TPOWERDOWN: 0 #driver_BLANK_TIME_SELECT: 1 -#driver_TOFF: 1 +#driver_TOFF: 4 #driver_HEND: 7 #driver_HSTRT: 0 # Set the given register during the configuration of the TMC2130 |