-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Temperature reach no more working after update #18415
Comments
Configurations, please |
Configuration and _adv.zip |
Im not able to stay at 260°c, it Always go from 250 to 270 again and again |
Have you given bugfix-2.x a try? There has been a few changes/fixes to the temperature codes in the past day: #18465 |
When you send I heard from someone recently that perhaps the EEPROM read / write of PID values has been wonky. I've been tweaking PID code in the last couple of days, so please give the latest |
I completely change my PID and going back to default, now it works ... I find a solution but I don’t think it’s normal that upgrade change this ... Can be closed if I’m the only one notice this Thanks for your help |
When using M301 I got a close PID to the original one , not sure M301 really “explore all possibilities” for values, seems it stay close to the saved values |
M301 does not make use of any previous values. It always starts from zero, as if it had never run before. Because of the always varying environment (temperature, air speeds) it finds always similar but not identical values even when using always the same algorithm with the same start values. |
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. |
Bug Description
My Configurations
Required: Please include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files.Steps to Reproduce
Hello,
I was running on 852a8d6
I print at 260°C everything worked well.
I updates to c3d2ffc
EEPROM was reset as they are no more compatible.
I keep the same PID settings for hotend
no more possible to stay at 260°C : it heat until 267°C then cool down slowly to 250°C and is no more able to go back to 260°C
I tryed to get new PID values with M303 (PID autotune) but than doesnt solved the issue :(
When i'm going back to 852a8d6 and reset eeprom, I'm able to stay at 260°C with no issue ..
Expected behavior:
be able to stay at 206°C to print as before
Actual behavior:
Not able to stay at 260°C, so error occures and printer stop working
Is there a modification in PID and temperature asservicement between both version ?
is there anyone getting the same issue ?
Thanks for your help
The text was updated successfully, but these errors were encountered: