Browse Source

Update Marlin/thermistortables.h

linagee 13 years ago
parent
commit
bd966ef389
1 changed files with 8 additions and 4 deletions
  1. 8
    4
      Marlin/thermistortables.h

+ 8
- 4
Marlin/thermistortables.h View File

@@ -211,7 +211,8 @@ const short temptable_5[][2] PROGMEM = {
211 211
 
212 212
 #if (THERMISTORHEATER_0 == 6) || (THERMISTORHEATER_1 == 6) || (THERMISTORHEATER_2 == 6) || (THERMISTORBED == 6) // 100k Epcos thermistor
213 213
 const short temptable_6[][2] PROGMEM = {
214
-   {28*OVERSAMPLENR, 250},
214
+   {1*OVERSAMPLENR, 350}
215
+   {28*OVERSAMPLENR, 250}, //top rating 250C
215 216
    {31*OVERSAMPLENR, 245},
216 217
    {35*OVERSAMPLENR, 240},
217 218
    {39*OVERSAMPLENR, 235},
@@ -252,7 +253,8 @@ const short temptable_6[][2] PROGMEM = {
252 253
 
253 254
 #if (THERMISTORHEATER_0 == 7) || (THERMISTORHEATER_1 == 7) || (THERMISTORHEATER_2 == 7) || (THERMISTORBED == 7) // 100k Honeywell 135-104LAG-J01
254 255
 const short temptable_7[][2] PROGMEM = {
255
-   {46*OVERSAMPLENR, 270},
256
+   {1*OVERSAMPLENR, 500}
257
+   {46*OVERSAMPLENR, 270}, //top rating 300C
256 258
    {50*OVERSAMPLENR, 265},
257 259
    {54*OVERSAMPLENR, 260},
258 260
    {58*OVERSAMPLENR, 255},
@@ -315,7 +317,8 @@ const short temptable_7[][2] PROGMEM = {
315 317
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
316 318
 // Advantage: Twice the resolution and better linearity from 150C to 200C
317 319
 const short temptable_51[][2] PROGMEM = {
318
-   {190*OVERSAMPLENR, 250},
320
+   {1*OVERSAMPLENR, 350}
321
+   {190*OVERSAMPLENR, 250}, //top rating 250C
319 322
    {203*OVERSAMPLENR, 245},
320 323
    {217*OVERSAMPLENR, 240},
321 324
    {232*OVERSAMPLENR, 235},
@@ -376,7 +379,8 @@ const short temptable_51[][2] PROGMEM = {
376 379
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
377 380
 // Advantage: More resolution and better linearity from 150C to 200C
378 381
 const short temptable_52[][2] PROGMEM = {
379
-   {125*OVERSAMPLENR, 300},
382
+   {1*OVERSAMPLENR, 500}
383
+   {125*OVERSAMPLENR, 300}, //top rating 300C
380 384
    {142*OVERSAMPLENR, 290},
381 385
    {162*OVERSAMPLENR, 280},
382 386
    {185*OVERSAMPLENR, 270},

Loading…
Cancel
Save