diff options
Diffstat (limited to 'klippy/extras/thermistor.py')
-rw-r--r-- | klippy/extras/thermistor.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/extras/thermistor.py b/klippy/extras/thermistor.py index a7e6c5d7..3f96066d 100644 --- a/klippy/extras/thermistor.py +++ b/klippy/extras/thermistor.py @@ -113,6 +113,8 @@ Sensors = { 't1': 20., 'r1': 126800., 't2': 150., 'r2': 1360., 't3': 300., 'r3': 80.65 }, "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. }, } def load_config(config): |