Explorar el Código

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

linagee hace 13 años
padre
commit
775da3f103
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      Marlin/thermistortables.h

+ 4
- 2
Marlin/thermistortables.h Ver fichero

@@ -76,7 +76,8 @@ const short temptable_1[][2] PROGMEM = {
76 76
 //200k ATC Semitec 204GT-2
77 77
 //Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
78 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 81
    {34*OVERSAMPLENR, 290},
81 82
    {39*OVERSAMPLENR, 280},
82 83
    {46*OVERSAMPLENR, 270},
@@ -173,7 +174,8 @@ const short temptable_5[][2] PROGMEM = {
173 174
 // ATC Semitec 104GT-2 (Used in ParCan)
174 175
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
175 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 179
    {20*OVERSAMPLENR, 290},
178 180
    {23*OVERSAMPLENR, 280},
179 181
    {27*OVERSAMPLENR, 270},

Loading…
Cancelar
Guardar