diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 09:40:14 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 09:41:27 -0400 |
commit | 20d0bb8354dc57b96bc2153d8c2977566b4de002 (patch) | |
tree | afe019af868466b9a394e6b29f03033a8499e8b5 /klippy | |
parent | 494a5b732dbcc9c2ad120e434276984cd186f2a0 (diff) | |
download | kutter-20d0bb8354dc57b96bc2153d8c2977566b4de002.tar.gz kutter-20d0bb8354dc57b96bc2153d8c2977566b4de002.tar.xz kutter-20d0bb8354dc57b96bc2153d8c2977566b4de002.zip |
config: Update tmc5160 block in example-extras.cfg
List all the configurable parameters in the tmc5160 example block and
use similar wording as the other tmc drivers.
Also, don't allow DEDGE to be configured as it would just break the
current code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy')
-rw-r--r-- | klippy/extras/tmc5160.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/extras/tmc5160.py b/klippy/extras/tmc5160.py index 4fe37716..d9926638 100644 --- a/klippy/extras/tmc5160.py +++ b/klippy/extras/tmc5160.py @@ -315,7 +315,6 @@ class TMC5160: set_config_field(config, "vhighchm", 0) set_config_field(config, "tpfd", 4) set_config_field(config, "intpol", True, "interpolate") - set_config_field(config, "dedge", 0) set_config_field(config, "diss2g", 0) set_config_field(config, "diss2vs", 0) # COOLCONF |