aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/motion_report.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-68/+137
* motion_report: Don't negate step_distance on steppers with inverted dir pinKevin O'Connor2024-04-021-2/+0
* bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper()Kevin O'Connor2023-12-261-15/+17
* bulk_sensor: New add_mux_endpoint() helper function in APIDumpHelperKevin O'Connor2023-12-261-15/+7
* bulk_sensor: Move APIDumpHelper() from motion_report.py to bulk_sensor.pyKevin O'Connor2023-12-261-95/+3
* motion_report: Ensure startstop_cb is called atomicallyKevin O'Connor2022-02-211-4/+12
* extruder: Add support for reversing the direction of extruder stepper movementKevin O'Connor2022-02-101-1/+1
* motion_report: Fix typo causing error reports to not propagateKevin O'Connor2021-09-261-1/+1
* motion_report: Add helper tool for internal subscribers of dataKevin O'Connor2021-08-301-0/+22
* motion_report: Add support for dumping steps/trapq via API serverKevin O'Connor2021-08-221-5/+125
* motion_report: Fix typo causing incomplete queriesKevin O'Connor2021-08-171-4/+2
* motion_report: Add get_status() method with current requested toolhead positionKevin O'Connor2021-07-291-4/+43
* motion_report: Add new extras module for low-level motion diagnosticsKevin O'Connor2021-07-291-0/+146