Temp. Sensors and 10k ohm Thermistors

Hello,

I have an issue. Is there a way to handle 10k ohm thermistors instead of 100k ohm thermistors in the Klipper configurations?

I found this online: Configuration reference - Klipper documentation (klipper3d.org)

It seems that 100k ohm thermistors are the common application here.

Is there a way to add a generic 10k ohm thermistor in the config sections?

Seth

You can specify any custom thermistor curve per this:

https://www.klipper3d.org/Config_Reference.html#thermistor

Note however that the overall accuracy and resolution of temperature measurement will be somewhat affected.

1 Like

Hello @ReXT3D ,

Seth here. I figured it out. The nice people on the discord channel showed me the correct docs. for this config.

Seth

P.S. Thank you for replying. Everything is squared away…


[thermistor my_thermistor]
#temperature1:
#resistance1:
#temperature2:
#resistance2:
#temperature3:
#resistance3:

I acquired the info. from this datasheet for my thermistor: chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/https://f.hubspotusercontent40.net/hubfs/9035299/Documents/AAS-920-754A-Thermometrics-FL-NTC-TempSensor-091719-web.pdf

Glad you got it working.

1 Like