summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-06-29 10:54:08 -0700
committermidopple <mdoppler@gmx.at>2012-06-29 10:54:08 -0700
commitd98317e2136c9b61a68b83fee8af863980cdb3bb (patch)
treea64665de4cedbb366feb7d5e98f3b668c2bcb50b
parentf09198255c1e24ae3d1d124c38de5e4b24e1b93f (diff)
parent3dca6f03e1e95458d50aec9ac097b85486b7b4b1 (diff)
Merge pull request #196 from kliment/master
Thermistortable 7 without thermistor shows 5 C
-rw-r--r--Sprinter/thermistortables.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Sprinter/thermistortables.h b/Sprinter/thermistortables.h
index 8496b6d..270cfaf 100644
--- a/Sprinter/thermistortables.h
+++ b/Sprinter/thermistortables.h
@@ -311,7 +311,7 @@ const short temptable_6[NUMTEMPS_6][2] = {
#endif
#if (THERMISTORHEATER == 7) || (THERMISTORBED == 7) // 100k Honeywell 135-104LAG-J01
-#define NUMTEMPS_7 54
+#define NUMTEMPS_7 55
const short temptable_7[NUMTEMPS_7][2] = {
{46, 270},
{50, 265},
@@ -366,7 +366,9 @@ const short temptable_7[NUMTEMPS_7][2] = {
{989, 20},
{994, 15},
{1001, 10},
- {1005, 5}
+ {1005, 5},
+ {1021, 0} //safety
+
};
#endif