mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Add mcu timer too close error to special considerations.
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
// "editor.formatOnSave": false,
|
|
||||||
// "editor.defaultFormatter": null,
|
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"git.mergeEditor": false,
|
"git.mergeEditor": false,
|
||||||
@@ -20,6 +18,7 @@
|
|||||||
"Klipper",
|
"Klipper",
|
||||||
"Klipperized",
|
"Klipperized",
|
||||||
"lrwxrwxrwx",
|
"lrwxrwxrwx",
|
||||||
|
"microsteps",
|
||||||
"moonraker",
|
"moonraker",
|
||||||
"normalsize",
|
"normalsize",
|
||||||
"octahedroflake",
|
"octahedroflake",
|
||||||
|
|||||||
@@ -323,6 +323,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
|
||||||
|
|||||||
Reference in New Issue
Block a user