linagee пре 12 година
родитељ
комит
2d0d8e5272
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4
    4
      Marlin/thermistortables.h

+ 4
- 4
Marlin/thermistortables.h Прегледај датотеку

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

Loading…
Откажи
Сачувај