aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pwm_tool.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-60/+100
* pwm_tool: Use mcu.min_schedule_time() and mcu.max_nominal_duration()Kevin O'Connor2025-04-281-6/+4
* toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity()Kevin O'Connor2024-01-181-1/+1
* toolhead: Extend flushing slightly past required timeKevin O'Connor2024-01-171-3/+1
* pwm_tool: Fix error reportingKevin O'Connor2023-12-191-5/+6
* pwm_tool: Add support for maximum_mcu_durationKevin O'Connor2023-12-161-27/+52
* pwm_tool: Notify the toolhead that the move_queue needs to be flushedKevin O'Connor2023-12-071-0/+2
* pwm_tool: Add support for high-speed PWM pin updatesKevin O'Connor2023-11-161-0/+157