Heater fault on heated bed because it's rising to slow.
-
@pfn There are quite a few fixes post beta6: https://github.com/Duet3D/RepRapFirmware/commits/3.4-dev
Some of these may impact the problem you are seeing...
https://github.com/Duet3D/RepRapFirmware/commit/37b4e02726993763b477181b6aa918089e2210b4
https://github.com/Duet3D/RepRapFirmware/commit/1e0e6c99252dee6aa20194f212aca3be6e68415a -
@gloomyandy thanks for digging! looks like known issues that will be resolved in the next beta/rc
-
Well there you go, just have to adjust the heating rate until b7 / RC1 sees day then
-
@gloomyandy Thanks for the info.
I thought that my Nevermore carbon recirculation filter with fans was responisble for the heater errors.
Looking forward to the next beta release then
-
@gixxerfast Just to be clear, I'm not saying that the above changes will fix the problem, just that some things have been changed! Will need to be tested with the next release I guess?
-
@gloomyandy said in Heater fault on heated bed because it's rising to slow.:
@gixxerfast Just to be clear, I'm not saying that the above changes will fix the problem, just that some things have been changed! Will need to be tested with the next release I guess?
@dc42 Guess this is something you could either confirm or deny?
-
Heater 0 fault: temperature rising too slowly: expected 0.44°C/sec measured 0.21°C/sec
Build the new source code after Beta6, the same.
Heater 0 fault: temperature rising too slowly: expected 0.44°C/sec measured 0.21°C/sec
-
@hestiahuang did you run M303 heater tuning on the bed heater, and save the M307 result?
-
@dc42
yes, I did. Ran Auto PID and saved, also restarted. But still failed, even I used bangbang mode, full speed, I mean.
After above, I got this tooThen I changed the code and built Beta7 version, everything looks good now.
I adjusted the factor 0.5 to small value simplely => RepRapFirmware\src\Heating\LocalHeater.cpp => Line#317 => if (actualTemperatureRise < expectedTemperatureRise * 0.5)
-
@dc42 I guess this should be new good feature, it will be perfect if it is better to enlarge the limitation. Or can have parameter to set expected rate.
-
Need to resume my printer can print first, so I call it simple way...
-
@dc42
Read from change history, issue is involved from Beta3 and keeping improving.
-
-
@hestiahuang we have made changes in 3.4.0beta 7 that we believe resolve the majority of these cases.
-
@dc42 You did great! Thank you so much!
-
now with beta7 i also get this error. with rrf 3.3 all was fine
-
-
@joeko
Have you re tuned the heater after upgrading to b7? I haven't gotten around to test mine btw, so just asking out of curiosity -
@exerqtor said in Heater fault on heated bed because it's rising to slow.:
@joeko
Have you re tuned the heater after upgrading to b7? I haven't gotten around to test mine btw, so just asking out of curiosityyes after update from 3.3 to this beta7 i did an pid tuning for bed and hotend with m500. with 3.3 there was no problem. i reduced the r in 307 to 0.19 and was able to heat the bed and print
-
@joeko said in Heater fault on heated bed because it's rising to slow.:
@exerqtor said in Heater fault on heated bed because it's rising to slow.:
@joeko
Have you re tuned the heater after upgrading to b7? I haven't gotten around to test mine btw, so just asking out of curiosityyes after update from 3.3 to this beta7 i did an pid tuning for bed and hotend with m500. with 3.3 there was no problem. i reduced the r in 307 to 0.19 and was able to heat the bed and print
Well in that case it looks like the heater tuning needs more work @dc42
-
@exerqtor said in Heater fault on heated bed because it's rising to slow.:
Well in that case it looks like the heater tuning needs more work
Actually, I have more heater problems as well with the b7 than I had with the b6. Instead of one error while heating up that just could be restarted I now have to restart it three times. And I have done the heater tuning (pid calibration).
Thing is a have a active carbon filter under the bed where the fans kicks in at 65C. Although it's a very low airflow it seems to disturb the heating process.
I would like an option to just turn all this control off. Max temp supervision is enough for me as far as I can understand it now.
Sorry to hog in in this thread.