Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all scriptsv0.1.0-rc1 | Tomasz Kramkowski | 2025-08-15 | 1 | -1/+2 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -160/+253 |
| | |||||
* | klippy: fix typos in python code (#6989) | Thijs Triemstra | 2025-07-25 | 1 | -1/+1 |
| | | | Signed-off-by: Thijs Triemstra <info@collab.nl> | ||||
* | readlog.py: add support for stallguard data | Timofey Titovets | 2025-07-12 | 1 | -0/+58 |
| | | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | motan: Fix logic error resulting in incorrect stepper phase graphing | Kevin O'Connor | 2024-06-05 | 1 | -1/+1 |
| | | | | | | The mcu_phase_offset should be added not subtracted. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for graphing ldc1612 coil frequencies | Kevin O'Connor | 2024-04-09 | 1 | -0/+65 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Improve reading of initial step position data | Kevin O'Connor | 2022-09-05 | 1 | -0/+4 |
| | | | | | | | Seed the initial position from the first read position, even if it is some time into the capture. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for analyzing "angle" sensor data | Kevin O'Connor | 2022-03-29 | 1 | -0/+61 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Fix comment copy-and-paste error in readlog.py | Kevin O'Connor | 2021-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for graphing stepper motor phase and microstep position | Kevin O'Connor | 2021-10-16 | 1 | -0/+98 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for dumping and analyzing adxl345 data | Kevin O'Connor | 2021-08-30 | 1 | -0/+44 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for graphing arbitrary get_status fields | Kevin O'Connor | 2021-08-30 | 1 | -6/+67 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Pass dataset parameters in parenthesis | Kevin O'Connor | 2021-08-30 | 1 | -37/+63 |
| | | | | | | Replace names like "trapq:toolhead:x" with "trapq(toolhead,x)". Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | readlog: Support queue_step smoothing | Kevin O'Connor | 2021-08-22 | 1 | -11/+39 |
| | | | | | | | | Logically "smooth" each step in a queue_step sequence over a small time period. This smoothing makes it easier for the analysis tools to extract high-level trends from the data. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan_graph: Initial support for graphing data log | Kevin O'Connor | 2021-08-22 | 1 | -0/+311 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |