From: linagee Date: Sun, 20 May 2012 11:35:57 +0000 (-0600) Subject: Added top ratings and extended to ADC=1 for table 3 and 5. X-Git-Tag: iwj-success-2012-07-29~19^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=775da3f1038d222aa058a5aa542154c4561eb7d2;p=marlin.git Added top ratings and extended to ADC=1 for table 3 and 5. --- diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h index 4595085..7c54cb4 100644 --- a/Marlin/thermistortables.h +++ b/Marlin/thermistortables.h @@ -76,7 +76,8 @@ const short temptable_1[][2] PROGMEM = { //200k ATC Semitec 204GT-2 //Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance - {30*OVERSAMPLENR, 300}, + {1*OVERSAMPLENR, 848}, + {30*OVERSAMPLENR, 300}, //top rating 300C {34*OVERSAMPLENR, 290}, {39*OVERSAMPLENR, 280}, {46*OVERSAMPLENR, 270}, @@ -173,7 +174,8 @@ const short temptable_5[][2] PROGMEM = { // ATC Semitec 104GT-2 (Used in ParCan) // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance - {17*OVERSAMPLENR, 300}, + {1*OVERSAMPLENR, 713}, + {17*OVERSAMPLENR, 300}, //top rating 300C {20*OVERSAMPLENR, 290}, {23*OVERSAMPLENR, 280}, {27*OVERSAMPLENR, 270},