diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-27 13:29:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-27 13:29:41 -0500 |
commit | d6d23c8415f171e56c111e897f6b38bda2586b48 (patch) | |
tree | fa2dc6259fccf4890a77380308deaa9c3e267a69 | |
parent | 9f1d9bf0f4f4ce49c13b79378b8be51731ddda96 (diff) | |
download | kutter-d6d23c8415f171e56c111e897f6b38bda2586b48.tar.gz kutter-d6d23c8415f171e56c111e897f6b38bda2586b48.tar.xz kutter-d6d23c8415f171e56c111e897f6b38bda2586b48.zip |
thermistor: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | klippy/extras/thermistor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/thermistor.py b/klippy/extras/thermistor.py index eee14b1c..7a1ca534 100644 --- a/klippy/extras/thermistor.py +++ b/klippy/extras/thermistor.py @@ -108,7 +108,7 @@ 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. }, + "Honeywell 100K 135-104LAG-J01": { 't1': 25., 'r1': 100000., 'beta': 3974.}, "NTC 100K MGB18-104F39050L32": { 't1': 25., 'r1': 100000., 'beta': 4100. }, } |