|
|
|
|
72
|
};
|
72
|
};
|
73
|
#endif
|
73
|
#endif
|
74
|
#if (THERMISTORHEATER_0 == 2) || (THERMISTORHEATER_1 == 2) || (THERMISTORHEATER_2 == 2) || (THERMISTORBED == 2) //200k bed thermistor
|
74
|
#if (THERMISTORHEATER_0 == 2) || (THERMISTORHEATER_1 == 2) || (THERMISTORHEATER_2 == 2) || (THERMISTORBED == 2) //200k bed thermistor
|
75
|
- const short temptable_2[][2] PROGMEM = {
|
|
|
|
|
75
|
+const short temptable_2[][2] PROGMEM = {
|
76
|
//200k ATC Semitec 204GT-2
|
76
|
//200k ATC Semitec 204GT-2
|
77
|
//Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
|
77
|
//Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
|
78
|
// Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
|
78
|
// Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
|