Allow Thermistor #12 to be used on hotends also
//100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed) Caveat Emptor —- I’m not sure that this really makes sense, but why keep someone from using it?
This commit is contained in:
parent
60d5658da8
commit
4f314afaf0
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ const short temptable_60[][2] PROGMEM = {
|
||||||
{1008 * OVERSAMPLENR, 0},
|
{1008 * OVERSAMPLENR, 0},
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
#if (THERMISTORBED == 12)
|
#if (THERMISTORHEATER_0 == 12) || (THERMISTORHEATER_1 == 12) || (THERMISTORHEATER_2 == 12) || (THERMISTORHEATER_3 == 12) || (THERMISTORBED == 12)
|
||||||
//100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
|
//100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
|
||||||
const short temptable_12[][2] PROGMEM = {
|
const short temptable_12[][2] PROGMEM = {
|
||||||
{35 * OVERSAMPLENR, 180}, //top rating 180C
|
{35 * OVERSAMPLENR, 180}, //top rating 180C
|
||||||
|
|
Reference in a new issue