aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/extractconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* logextract: Rename extractconfig.py to logextract.py and add shutdown parsingKevin O'Connor2017-12-161-56/+0
| | | | | | | | | Add initial support for extracting out shutdown information from a klippy.log file. The shutdown dump will be reordered into the sequence that they occurred, and timestamps/sequence numbers in the mcu message dump will be expanded. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* extractconfig: Add helper script that extracts config files from a logKevin O'Connor2017-12-061-0/+56
Add a helper script that can read a klippy.log file and extract the printer.cfg files from it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>