Quellcode durchsuchen

Correct temptable_55 name.

Erik vd Zalm vor 13 Jahren
Ursprung
Commit
0e89022cc3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h Datei anzeigen

419
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
419
 // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
420
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
420
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
421
 // Advantage: More resolution and better linearity from 150C to 200C
421
 // Advantage: More resolution and better linearity from 150C to 200C
422
-const short temptable_52[][2] PROGMEM = {
422
+const short temptable_55[][2] PROGMEM = {
423
    {1*OVERSAMPLENR, 500},
423
    {1*OVERSAMPLENR, 500},
424
    {76*OVERSAMPLENR, 300},
424
    {76*OVERSAMPLENR, 300},
425
    {87*OVERSAMPLENR, 290},
425
    {87*OVERSAMPLENR, 290},

Laden…
Abbrechen
Speichern