Heatbed Hotter than Reported #40
Replies: 3 comments 6 replies
-
Thermistors are tricky business, and often when a replacement hotend is purchased it's not guaranteed to use the same thermister and possibility has a different temperature curve. Did you ever replace the Prusa Research is pretty consistent when it comes to not deviating parts, so my best guess would be trying to figure out what termistor you have and go from there. |
Beta Was this translation helpful? Give feedback.
-
I think the issue we were having is the heater bed, not hotend. I have
replaced my hotend heater cartridge but not my bed
…On Fri, Jul 21, 2023, 21:05 Flynn ***@***.***> wrote:
Klipper relies heavily on knowing the percise thermistor when calibrating
PID, while Prusa firmware does a little more work to account for deviations.
Like I said, it's tricky business, but knowing more information will allow
me to help.
—
Reply to this email directly, view it on GitHub
<#40 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGDEE52DSKKSUM3JY25G2TXRMRORANCNFSM6AAAAAA2TFOTOQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
An A/B test with a calibrated pyrometer between stock and klipper.
…On Sat, Jul 22, 2023, 13:27 b-fitzpatrick ***@***.***> wrote:
I already asked in the Klipper Discord (
https://discord.com/channels/431557959978450984/431559228050636820/1131376510348054569).
The printer is stock as far as anything that could possibly be related to
this (Dragon HF and some printed bracing).
I'm familiar with how thermistors work and the standard voltage-divider
circuit with a pull-up resistor to get a voltage signal. I first went down
the path of creating an adc_temperature sensor in Klipper using table
values for thermistor "1" in the stock firmware. That behaved similarly
wrong. I determined values to shift the ADC values such that there was no
change at 25°C and enough for a -10°C change at 90°C, and that worked
pretty well. The inline_resistor setting with a standard thermistor worked
better and is simpler.
Do any of you have a thermometer suitable for checking your bed temps?
They may be higher than you think. I have other mk3s printers that I will
check eventually, but they're all still on stock firmware and busy.
—
Reply to this email directly, view it on GitHub
<#40 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGDEE7BQUHO73HC5FELP7TXRQEPHANCNFSM6AAAAAA2TFOTOQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I was troubleshooting some print issues with a part that has 45° overhangs directly off the bed. It turned out that the heatbed temperature was under-reported by about 10°C at an indicated 90°C (was actually 100°C). I measured the top of the bed with an IR thermometer directly over the thermistor. I re-flashed the stock firmware, and agreement was good, so the hardware is good.
I found a drawing for the MK3S heatbed thermistor in the MINI section of the Prusa GitHub, and it specifies a "Semitec 104NT-4 R025H42G". That's a built-in option in Klipper, but it made the problem a few degrees worse. I ended up getting good agreement by using that thermistor and adding "inline_resistor: 2800".
Anyone else experiencing a similar issue? I would have never known if it weren't for that one print. I do see another discussion about trouble with higher bed temps that may be related.
Beta Was this translation helpful? Give feedback.
All reactions