Dyze High Temp Thermistor Support

This commit is contained in:
Scott Lahteine
2016-07-08 19:28:37 -07:00
parent 5b0e46c986
commit 182c8d7f8f
44 changed files with 661 additions and 63 deletions

View File

@@ -982,6 +982,39 @@ const short temptable_60[][2] PROGMEM = {
};
#endif
#if ANY_THERMISTOR_IS(66)
// DyzeDesign 500°C Thermistor
const short temptable_66[][2] PROGMEM = {
{ 17.5 * OVERSAMPLENR, 850 },
{ 17.9 * OVERSAMPLENR, 500 },
{ 21.7 * OVERSAMPLENR, 480 },
{ 26.6 * OVERSAMPLENR, 460 },
{ 33.1 * OVERSAMPLENR, 440 },
{ 41.0 * OVERSAMPLENR, 420 },
{ 52.3 * OVERSAMPLENR, 400 },
{ 67.7 * OVERSAMPLENR, 380 },
{ 86.5 * OVERSAMPLENR, 360 },
{ 112.0 * OVERSAMPLENR, 340 },
{ 147.2 * OVERSAMPLENR, 320 },
{ 194.0 * OVERSAMPLENR, 300 },
{ 254.3 * OVERSAMPLENR, 280 },
{ 330.2 * OVERSAMPLENR, 260 },
{ 427.9 * OVERSAMPLENR, 240 },
{ 533.4 * OVERSAMPLENR, 220 },
{ 646.5 * OVERSAMPLENR, 200 },
{ 754.4 * OVERSAMPLENR, 180 },
{ 844.3 * OVERSAMPLENR, 160 },
{ 911.7 * OVERSAMPLENR, 140 },
{ 958.6 * OVERSAMPLENR, 120 },
{ 988.8 * OVERSAMPLENR, 100 },
{ 1006.6 * OVERSAMPLENR, 80 },
{ 1015.8 * OVERSAMPLENR, 60 },
{ 1021.3 * OVERSAMPLENR, 30 },
{ 1023 * OVERSAMPLENR - 1, 25},
{ 1023 * OVERSAMPLENR, 20}
};
#endif
#if ANY_THERMISTOR_IS(12)
// 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup) (calibrated for Makibox hot bed)
const short temptable_12[][2] PROGMEM = {