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
Temperature offset feature. #178
Comments
|
Something like that would only influence the temperature display though, it wouldn't in any way change how your printer firmware handles temperature control. I wonder if that really is worth the hassle. Once you figure out the correct temperature to use firmware-side for your printing material, you wouldn't really care that the surface temperature reads like 20°C below that, as long as the print succeeds, or would you? |
|
On reprap based systems you can tune the thermistor values set in the firware via the M301-M304 commands (at least for the Marlin firmware). (Dont forget to save the settings via M500.) |
|
That is very useful. Thank you. When I set the temp to 110C, I get 105C on the top of masking tape via IR. What exact command will correct this, and what command will save it to firmware? |
|
A couple of thoughts on this:
If you still want to "correct" your firmware, you will need the thermistor resistivity at 25°, the value of the series resistor and the beta value (see Steinhart-Hart-equation, this can usually be found in the datasheet). You can then adjust the firmware via M304 Hh Bb Rr Tt, H0=Bed, H1..n=nozzle, b=thermistor beta value, r=series resistor, t=thermistor resistance as 25C and store the settings to the firmware via M500 (commands may differ for your firmare, this is Marlin). If you cant find the values anywhere, you can read the currently stored values via the M503 command and modify beta slightly until you are satisfied. |
|
I put on some masking tape to avoid the emissivity problems of the aluminum. M503 sends back to me: Send: M503 |
|
That list seems a little short. What machine, firmware are you using? |
|
Printrbot Simple with a Printrboard. Firmware is whatever Marlin they use. Nothing unusual. |
|
I've got my thermistor on the bottom as well, with a 0.5mm aluminum sheet and 3mm glass on top of the bed. When i measure the top layer of Kapton tape, i get pretty much the temperature my IR thermometer tells me. |
My thermistor is under the heated platform, and currently a thermistor reading of 115C is an IR reading of 96C (even though they agree when everything is at room temp).
Can we have a way to have a correction factor?
The text was updated successfully, but these errors were encountered: