aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/error_mcu.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-30/+54
|
* error_mcu: Support mechanism to add per-instance context to a shutdownKevin O'Connor2024-06-211-2/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* error_mcu: Move formatting of mcu connect errors to error_mcu moduleKevin O'Connor2024-06-211-0/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* error_mcu: Move mcu protocol error reporting to error_mcu moduleKevin O'Connor2024-06-211-0/+43
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* error_mcu: Move shutdown error message formatting to new error_mcu.py moduleKevin O'Connor2024-06-211-0/+67
Create a new module to help format verbose mcu error messages. Move the shutdown message formatting to this module. This moves the error formatting out of the background thread and out of the critical shutdown code path. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>