mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 04:08:04 -06:00
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 <kevin@koconnor.net>
This commit is contained in:
parent
6cc409f6fb
commit
1d92be71da
4 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue