Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logextract: Add support for reordering stepper queue messages by timestamp | Kevin O'Connor | 2022-02-07 | 1 | -3/+41 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Add support for reordering trapq moves by timestamp | Kevin O'Connor | 2022-02-06 | 1 | -2/+39 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Support reordering API Server messages by timestamp | Kevin O'Connor | 2022-02-06 | 1 | -0/+21 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Breakup shutdown parsing into classes | Kevin O'Connor | 2022-02-06 | 1 | -151/+216 |
| | | | | | | | Separate out message parsing into individual classes. This should make the code a little eaiser to understand. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Improve handling of TMC UART read/write register commands | Kevin O'Connor | 2021-02-28 | 1 | -1/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Add helper to decode tmcuart messages | Kevin O'Connor | 2021-02-28 | 1 | -0/+104 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Update for absolutecoord -> absolute_coord change | Kevin O'Connor | 2019-05-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Add mcu annotation on send/receive shutdown reports | Kevin O'Connor | 2019-03-31 | 1 | -5/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Wrap code to 80 columns | Kevin O'Connor | 2019-02-27 | 1 | -2/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Make sure config files end with a newline | Kevin O'Connor | 2018-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Fix handling of clock reports at end of line | Kevin O'Connor | 2018-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Add support for extracting recent g-code from a shutdown | Kevin O'Connor | 2018-09-28 | 1 | -3/+47 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Detect clock field even if it is last field on line | Kevin O'Connor | 2018-06-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | graphstats: Make check for stats prefixes more robust | Kevin O'Connor | 2018-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Fix error in config file name print | Kevin O'Connor | 2018-01-28 | 1 | -1/+1 |
| | | | | | | Fix typo causing an error during the printing of the config file name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Better handle the case of a missing config section | Kevin O'Connor | 2018-01-21 | 1 | -4/+6 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Fix parsing of "is_shutdown" messages | Kevin O'Connor | 2018-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Add support for extracting shutdown info on multiple mcus | Kevin O'Connor | 2018-01-02 | 1 | -38/+70 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Fix handling of messages with retransmits | Kevin O'Connor | 2017-12-29 | 1 | -1/+2 |
| | | | | | | | Properly handle the case where the original sequence number of a message is not known. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Update file comment | Kevin O'Connor | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | logextract: Rename extractconfig.py to logextract.py and add shutdown parsing | Kevin O'Connor | 2017-12-16 | 1 | -0/+259 |
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> |