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},
{53, 215},
{62, 210},
{73, 205},
{72, 200},
{71, 205}, //fitted graphically
{78, 200}, //fitted graphically
{94, 190},
{102, 185},
{116, 170},
@ -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
@ -421,4 +423,4 @@ const short temptable_7[NUMTEMPS_7][2] = {
#error No bed thermistor table specified
#endif
#endif //THERMISTORTABLES_H_
#endif //THERMISTORTABLES_H_