aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pwm_tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/pwm_tool.py')
-rw-r--r--klippy/extras/pwm_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/pwm_tool.py b/klippy/extras/pwm_tool.py
index 704266a8..aa95ecbe 100644
--- a/klippy/extras/pwm_tool.py
+++ b/klippy/extras/pwm_tool.py
@@ -117,7 +117,7 @@ class MCU_queued_pwm:
# Continue flushing to resend time
wakeclock += self._duration_ticks
wake_print_time = self._mcu.clock_to_print_time(wakeclock)
- self._toolhead.note_kinematic_activity(wake_print_time)
+ self._toolhead.note_mcu_movequeue_activity(wake_print_time)
def set_pwm(self, print_time, value):
clock = self._mcu.print_time_to_clock(print_time)
if self._invert: