-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Thermal runaway protection error even after changing PIDs, Works fine on stock firmware #15088
Comments
could it be that the bed is simply just to slow? try and use a stop watch and test how fast it reach's 40, 50, 60.... Does it take longer to reach 60 than 40? if so i would vote on the bed is just to weak |
The bed doesnt have this issue on marlin 1 which is stock firmware and has thermal runaway protection enabled too so the bed is OK. |
is #define THERMAL_PROTECTION_BED_PERIOD also set to the same values? |
In your If you comment out Alternatively, you can find your own bed PID values by running a PID tune. With So we have a couple options:
|
Im in the middle of big print using stock firmware so i will try once the print is done. |
@thisiskeithb But as i said i updated the PIDs in the new configuration.h and uploaded. It does the same thing. |
I'm leaning toward disabling |
same her, just did not think of disabling pid for the bed what could be the reason for them doing that? |
I put in a PR (#15089) to disable Users can always enable it and run a PID tune to get values for their machine if so desired. |
Thanks |
Confirming. Issue is fixed. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have tevo tarantula PRO and the stock firmware works just fine with its PID. Upgraded to newest marlin 2.0 branch and updated all the pids because the stock ones were giving me runaway protection error on bed. But the same happens with the new PIDs and i basically cannot print because when i set it to 50C it reaches 41C and stays there. But weirdly when i set 60C it reaches 51C just fine and then errors out.
Configuration stock.zip
Configuration Marlin 2.0.zip
I atached zips of both stock and marlin 2.0 configs for my printer.
Marlin 2.0 configs already includes tuned PIDs.
The text was updated successfully, but these errors were encountered: