Extruder temperature measurement accuracy? January 05, 2014 02:31PM |
Registered: 9 years ago Posts: 14,659 |
Re: Extruder temperature measurement accuracy? January 05, 2014 04:01PM |
Registered: 9 years ago Posts: 14,659 |
Re: Extruder temperature measurement accuracy? January 05, 2014 04:14PM |
Registered: 9 years ago Posts: 11 |
Re: Extruder temperature measurement accuracy? January 05, 2014 05:24PM |
Registered: 12 years ago Posts: 1,611 |
Re: Extruder temperature measurement accuracy? January 06, 2014 06:03AM |
Registered: 9 years ago Posts: 14,659 |
Quote
picnic
My machine is telling me I have a fault on the sensor when I turn everything on. Having checked it out I'm not sure there is an error.
Re: Extruder temperature measurement accuracy? January 06, 2014 09:45AM |
Registered: 9 years ago Posts: 2,472 |
Re: Extruder temperature measurement accuracy? January 06, 2014 04:55PM |
Registered: 12 years ago Posts: 1,611 |
Re: Extruder temperature measurement accuracy? January 06, 2014 06:01PM |
Registered: 9 years ago Posts: 578 |
Re: Extruder temperature measurement accuracy? January 06, 2014 06:11PM |
Registered: 12 years ago Posts: 1,611 |
Re: Extruder temperature measurement accuracy? January 06, 2014 07:25PM |
Registered: 9 years ago Posts: 578 |
Re: Extruder temperature measurement accuracy? January 07, 2014 08:32AM |
Registered: 9 years ago Posts: 2,472 |
Quote
droftarts
I double-checked this today. It seems Adrian was unaware of the thermistor updates, and was using old values in the firmware:
From Firmware, Platform.h, line 117
#define THERMISTOR_BETAS {3480.0, 3960.0} // Bed thermistor: RS 484-0149; EPCOS B57550G103J; Extruder thermistor: RS 198-961
We use this bed thermistor:
[uk.farnell.com]
Beta = 3988
And this hot end thermistor:
[www.digikey.co.uk]
Beta = 4138
This is probably enough to make a few degrees difference on both hot end and bed. The firmware has been updated so that the thermistor settings are correct, though the descriptions aren't yet! (edit: they are now!)
On-the-fly changing of the thermistors (M304 in our version of Marlin on the Melzi) isn't available on the Duet, at the moment. Mostly because in the main branch of Marlin, M304 has a different function, so we're trying to work out what g-code we can give this function.
Ian
RepRapPro tech support
Re: Extruder temperature measurement accuracy? January 07, 2014 08:52AM |
Registered: 9 years ago Posts: 66 |
Re: Extruder temperature measurement accuracy? January 07, 2014 09:10AM |
Registered: 9 years ago Posts: 14,659 |
Quote
dmould
Does that mean that I will need to change all my hotend temperature settings after updating my firmware?
Re: Extruder temperature measurement accuracy? January 07, 2014 09:22AM |
Registered: 11 years ago Posts: 116 |
Re: Extruder temperature measurement accuracy? January 07, 2014 10:23AM |
Registered: 9 years ago Posts: 2,472 |
Quote
dc42
Quote
dmould
Does that mean that I will need to change all my hotend temperature settings after updating my firmware?
Yes. By my calculation, the temperature which the old firmware reported as 200C will be reported by the new firmware as 188.3C. In other words, if the new firmware is accurate, then the old firmware was over-reporting by about 12C [EDIT: at typical PLA extrusion temperatures].