diff options
Diffstat (limited to 'klippy/extras/tmc2660.py')
-rw-r--r-- | klippy/extras/tmc2660.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tmc2660.py b/klippy/extras/tmc2660.py index 52aa2e42..f55f6f01 100644 --- a/klippy/extras/tmc2660.py +++ b/klippy/extras/tmc2660.py @@ -169,7 +169,7 @@ class TMC2660CurrentHelper: self.mcu_tmc.set_register("DRVCONF", val, print_time) def get_current(self): - return self.current, None, MAX_CURRENT + return self.current, None, None, MAX_CURRENT def set_current(self, run_current, hold_current, print_time): self.current = run_current |