From 775da3f1038d222aa058a5aa542154c4561eb7d2 Mon Sep 17 00:00:00 2001 From: linagee Date: Sun, 20 May 2012 05:35:57 -0600 Subject: [PATCH] Added top ratings and extended to ADC=1 for table 3 and 5. --- Marlin/thermistortables.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h index 4595085403..7c54cb45eb 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},