Browse Source

Added top ratings and extended to ADC=1 for table 3 and 5.

linagee 13 years ago
parent
commit
775da3f103
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      Marlin/thermistortables.h

+ 4
- 2
Marlin/thermistortables.h View File

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
79
-   {30*OVERSAMPLENR, 300},
79
+   {1*OVERSAMPLENR, 848},
80
+   {30*OVERSAMPLENR, 300}, //top rating 300C
80
    {34*OVERSAMPLENR, 290},
81
    {34*OVERSAMPLENR, 290},
81
    {39*OVERSAMPLENR, 280},
82
    {39*OVERSAMPLENR, 280},
82
    {46*OVERSAMPLENR, 270},
83
    {46*OVERSAMPLENR, 270},
173
 // ATC Semitec 104GT-2 (Used in ParCan)
174
 // ATC Semitec 104GT-2 (Used in ParCan)
174
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
175
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
175
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
176
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
176
-   {17*OVERSAMPLENR, 300},
177
+   {1*OVERSAMPLENR, 713},
178
+   {17*OVERSAMPLENR, 300}, //top rating 300C
177
    {20*OVERSAMPLENR, 290},
179
    {20*OVERSAMPLENR, 290},
178
    {23*OVERSAMPLENR, 280},
180
    {23*OVERSAMPLENR, 280},
179
    {27*OVERSAMPLENR, 270},
181
    {27*OVERSAMPLENR, 270},

Loading…
Cancel
Save