diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 13:24:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 13:24:54 -0400 |
commit | 587db5c315f856f5d62328725b7b73659677e34f (patch) | |
tree | f233727c3aeccc417d547c1c75edebd6ffbc9a83 /config/example-extras.cfg | |
parent | 49c36f868b6903db8526c93eaa50089d6e1e0bd8 (diff) | |
download | kutter-587db5c315f856f5d62328725b7b73659677e34f.tar.gz kutter-587db5c315f856f5d62328725b7b73659677e34f.tar.xz kutter-587db5c315f856f5d62328725b7b73659677e34f.zip |
tmc2660: Don't allow configuration of DEDGE
Setting DEDGE would just break the code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 7322e9bb..c3c4c30f 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1104,7 +1104,6 @@ # their position. There is also small delay until the current is # raised again, so take this into account when commanding fast moves # while the stepper is idling. The default is 100 (no reduction). -#driver_DEDGE: 0 #driver_TBL: 2 #driver_RNDTF: 0 #driver_HDEC: 0 |