diff options
author | Timofey Titovets <nefelim4ag@gmail.com> | 2025-04-05 22:25:30 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2025-04-17 11:42:44 -0400 |
commit | b9757c9b69f4c4ec6da7eeb8318235fb1a01f40b (patch) | |
tree | 7a71c713b11b783a79858e9a7f968aef5632cd90 /klippy/extras/tmc2130.py | |
parent | a9b04e853610c216e8ca9db2949e8b658ed67439 (diff) | |
download | kutter-b9757c9b69f4c4ec6da7eeb8318235fb1a01f40b.tar.gz kutter-b9757c9b69f4c4ec6da7eeb8318235fb1a01f40b.tar.xz kutter-b9757c9b69f4c4ec6da7eeb8318235fb1a01f40b.zip |
tmc: add missing freewheel config options
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Diffstat (limited to 'klippy/extras/tmc2130.py')
-rw-r--r-- | klippy/extras/tmc2130.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/extras/tmc2130.py b/klippy/extras/tmc2130.py index 20a25c66..e97313a2 100644 --- a/klippy/extras/tmc2130.py +++ b/klippy/extras/tmc2130.py @@ -323,6 +323,7 @@ class TMC2130: set_config_field(config, "pwm_grad", 4) set_config_field(config, "pwm_freq", 1) set_config_field(config, "pwm_autoscale", True) + set_config_field(config, "freewheel", 0) # TPOWERDOWN set_config_field(config, "tpowerdown", 0) |