diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 20:41:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 20:41:32 -0400 |
commit | efab177645bee271451a11ad32aef6c68ded731b (patch) | |
tree | 234cd2728ccc0f537bd39328d32164a22c2bcf21 /config/example-extras.cfg | |
parent | bece690c5b6fa07005e192a80d79e1532cb57872 (diff) | |
download | kutter-efab177645bee271451a11ad32aef6c68ded731b.tar.gz kutter-efab177645bee271451a11ad32aef6c68ded731b.tar.xz kutter-efab177645bee271451a11ad32aef6c68ded731b.zip |
docs: Note tmc2660 driver_HEND default change from 6 to 3
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index d002c922..2c10476a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1128,7 +1128,7 @@ #driver_RNDTF: 0 #driver_HDEC: 0 #driver_CHM: 0 -#driver_HEND: 6 +#driver_HEND: 3 #driver_HSTRT: 3 #driver_TOFF: 4 #driver_SEIMIN: 0 @@ -1143,7 +1143,6 @@ #driver_DISS2G: 0 #driver_TS2G: 3 #driver_VSENSE: 1 -# # Set the given parameter during the configuration of the TMC2660 # chip. This may be used to set custom driver parameters. The # defaults for each parameter are next to the parameter name in the |