diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-08 11:25:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-08 11:25:19 -0500 |
commit | 563bc37073d499b438d735ccc4a372d647bcdbf8 (patch) | |
tree | 59308dfb35d5b17ffe217af31c63d09299acfa91 /config/example-extras.cfg | |
parent | 9c0cf829ee589400e738a337e12b0bd071320769 (diff) | |
download | kutter-563bc37073d499b438d735ccc4a372d647bcdbf8.tar.gz kutter-563bc37073d499b438d735ccc4a372d647bcdbf8.tar.xz kutter-563bc37073d499b438d735ccc4a372d647bcdbf8.zip |
tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBL
Use the field names from the trinamic specification. This makes the
field similar to all the other driver_XXX config options.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index a686e80f..3ef308a3 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -937,7 +937,7 @@ # "stealthChop" mode. #driver_IHOLDDELAY: 8 #driver_TPOWERDOWN: 0 -#driver_BLANK_TIME_SELECT: 1 +#driver_TBL: 1 #driver_TOFF: 4 #driver_HEND: 7 #driver_HSTRT: 0 @@ -997,7 +997,7 @@ # "stealthChop" mode. #driver_IHOLDDELAY: 8 #driver_TPOWERDOWN: 20 -#driver_BLANK_TIME_SELECT: 2 +#driver_TBL: 2 #driver_TOFF: 3 #driver_HEND: 0 #driver_HSTRT: 5 |