Add mcu timer too close error to special considerations.

This commit is contained in:
Bassam Husain
2025-01-02 22:47:05 -05:00
2 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
"Klipperized", "Klipperized",
"lrwxrwxrwx", "lrwxrwxrwx",
"menuconfig", "menuconfig",
"microsteps",
"moonraker", "moonraker",
"normalsize", "normalsize",
"octahedroflake", "octahedroflake",

View File

@@ -334,6 +334,12 @@ In PrusaSlicer, please see Printer Settings > Notes, for extruder clearances.
Renamed to `_BED_MESH_CALIBRATE`. Renamed to `_BED_MESH_CALIBRATE`.
### Errors
#### MCU 'mcu' shutdown: Timer too close
This error often occurs when the `mcu` is unable to generate the required `microsteps`. Lower power Klipper hosts might be especially susceptible. Reducing `microsteps` to `64`, or even `32` can resolve the issue.
[🔼 Back to top](#outline) [🔼 Back to top](#outline)
## FAQ ## FAQ