-
I've been using this firmware for a while now, maybe a year or so. And I do occasionally get MCU shutdowns, but lately I've also been getting the error I know in general MCU shutdowns are from the system overloading, so I disabled my webcam, but it doesn't seem to help. So essentially I'm looking for things I can change in my config files to prevent this from happening. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In |
Beta Was this translation helpful? Give feedback.
In
printer.base.cfg
there's a line in[printer]
calledmax_accel
, which seems to be set by default to 20_000. Setting it to 10_000 made the queue overflow error completely disappear for me. It might be possible to go higher, but it's also prevented MCU shutdowns in general for me for some reason. Before I edited that value, I would get an MCU shutdown every other time I started a print. Now it's pretty uncommon. I'm not sure why that would help this, but it does seem to help.