Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove git based version handling | Tomasz Kramkowski | 2025-08-15 | 1 | -8/+2 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -133/+240 |
| | |||||
* | scripts: modernize logextract.py (with opens, generators) | Maël Kerbiriou | 2023-07-16 | 1 | -35/+37 |
| | | | | Signed-off-by: Maël Kerbiriou <m431kerbiriou@gmail.com> | ||||
* | scripts: logextract.py Python 3 compatibility | Maël Kerbiriou | 2023-07-16 | 1 | -10/+16 |
| | | | | | | | | | - Open log files in text mode, - Normalize the encoding of tmcuart messages, - Fix a bug where StatsStream.get_lines() would return None timestamps for lines before the first Stats line. Timestamps are now back-propagated. Signed-off-by: Maël Kerbiriou <m431kerbiriou@gmail.com> | ||||
* | logextract: Improve detection of clock and tmc uart parameters | Kevin O'Connor | 2022-09-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | 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> |