Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logextract: Rename extractconfig.py to logextract.py and add shutdown parsing | Kevin O'Connor | 2017-12-16 | 1 | -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 log | Kevin O'Connor | 2017-12-06 | 1 | -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> |