aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/example-extras.cfg1
-rw-r--r--klippy/extras/tmc2660.py1
2 files changed, 0 insertions, 2 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
diff --git a/klippy/extras/tmc2660.py b/klippy/extras/tmc2660.py
index 814346c6..1ff1b501 100644
--- a/klippy/extras/tmc2660.py
+++ b/klippy/extras/tmc2660.py
@@ -242,7 +242,6 @@ class TMC2660:
self.get_microsteps = mh.get_microsteps
self.get_phase = mh.get_phase
set_config_field = self.fields.set_config_field
- set_config_field(config, "DEDGE", 0)
set_config_field(config, "INTPOL", True, 'interpolate')
# CHOPCONF
set_config_field(config, "TBL", 2)