Thermistortable 7 without thermistor shows 5 C, add an safety point with 0 C

This commit is contained in:
midopple 2012-06-29 19:48:53 +02:00
parent c5cd7f4046
commit 3dca6f03e1

View file

@ -280,8 +280,8 @@ const short temptable_6[NUMTEMPS_6][2] = {
{49, 220}, {49, 220},
{53, 215}, {53, 215},
{62, 210}, {62, 210},
{73, 205}, {71, 205}, //fitted graphically
{72, 200}, {78, 200}, //fitted graphically
{94, 190}, {94, 190},
{102, 185}, {102, 185},
{116, 170}, {116, 170},
@ -311,7 +311,7 @@ const short temptable_6[NUMTEMPS_6][2] = {
#endif #endif
#if (THERMISTORHEATER == 7) || (THERMISTORBED == 7) // 100k Honeywell 135-104LAG-J01 #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] = { const short temptable_7[NUMTEMPS_7][2] = {
{46, 270}, {46, 270},
{50, 265}, {50, 265},
@ -366,7 +366,9 @@ const short temptable_7[NUMTEMPS_7][2] = {
{989, 20}, {989, 20},
{994, 15}, {994, 15},
{1001, 10}, {1001, 10},
{1005, 5} {1005, 5},
{1021, 0} //safety
}; };
#endif #endif