mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
tmc2660: Don't allow configuration of DEDGE
Setting DEDGE would just break the code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
49c36f868b
commit
587db5c315
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue