mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-16 03:07:56 -06:00
thermistor: Add Honeywell 100K and MGB18 thermistor definitions
Add two additional thermistors (as suggested by Tim Miller). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
461390ac87
commit
1f11c171c7
2 changed files with 4 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue