diff options
-rw-r--r-- | klippy/extras/tmc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tmc.py b/klippy/extras/tmc.py index 6a59bbfb..0c5036f9 100644 --- a/klippy/extras/tmc.py +++ b/klippy/extras/tmc.py @@ -313,7 +313,7 @@ class TMCCommandHelper: moff = (phase - stepper.get_mcu_position()) % phases if self.mcu_phase_offset is not None and self.mcu_phase_offset != moff: logging.warning("Stepper %s phase change (was %d now %d)", - self.mcu_phase_offset, moff) + self.stepper_name, self.mcu_phase_offset, moff) self.mcu_phase_offset = moff # Stepper enable/disable tracking def _do_enable(self, print_time): |