mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 21:58:05 -06:00
thermistor: Add support for the board thermistor on the Einsy Rambo
Add in support for the "TDK NTCG104LH104JT1" thermistor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d9af6129ea
commit
930317fa2a
3 changed files with 13 additions and 3 deletions
|
@ -112,6 +112,9 @@ Sensors = {
|
|||
"SliceEngineering 450": {
|
||||
't1': 25., 'r1': 500000., 't2': 200., 'r2': 3734.,
|
||||
't3': 400., 'r3': 240. },
|
||||
"TDK NTCG104LH104JT1": {
|
||||
't1': 25., 'r1': 100000., 't2': 50., 'r2': 31230.,
|
||||
't3': 125., 'r3': 2066. },
|
||||
"NTC 100K beta 3950": { 't1': 25., 'r1': 100000., 'beta': 3950. },
|
||||
"Honeywell 100K 135-104LAG-J01": { 't1': 25., 'r1': 100000., 'beta': 3974.},
|
||||
"NTC 100K MGB18-104F39050L32": { 't1': 25., 'r1': 100000., 'beta': 4100. },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue