aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/motion_report.py
Commit message (Expand)AuthorAgeFilesLines
* 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