From 1d92be71da90b7d1e7fba0392fd23b506e093bf6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 18 Jan 2024 12:20:44 -0500 Subject: toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity() Rename this function to make it more clear why it is called. Signed-off-by: Kevin O'Connor --- klippy/extras/pwm_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/pwm_tool.py') 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: -- cgit v1.2.3-70-g09d2