aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/stepstats.py
Commit message (Collapse)AuthorAgeFilesLines
* stepstats: Add documentation clarificationKevin O'Connor2018-03-231-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-271-1/+1
| | | | | | | Some systems point python to python3 instead of python2 - explicitly request python2 to avoid conflicts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepstats: Update stepstats script with change in dir_pin meaningKevin O'Connor2016-12-011-2/+2
| | | | | | | Commit afecf7ce inverted the direction of the direction pin in queue_step commands - update the stepstats script to conform. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepstats: Add debugging script to calculate stats on stepper movementKevin O'Connor2016-10-311-0/+39
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>