From 2b7b1e52b1aa3e31527c853516bbf6bf1981bfea Mon Sep 17 00:00:00 2001 From: MaikStohn Date: Tue, 13 Nov 2012 14:37:08 +0100 Subject: [PATCH] =?UTF-8?q?allow=20marlin=20internal=200=C2=B0C=20represen?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/thermistortables.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h index 941b239..698506f 100644 --- a/Marlin/thermistortables.h +++ b/Marlin/thermistortables.h @@ -247,7 +247,8 @@ const short temptable_6[][2] PROGMEM = { {954*OVERSAMPLENR, 30}, {970*OVERSAMPLENR, 25}, {978*OVERSAMPLENR, 22}, - {1008*OVERSAMPLENR, 3} + {1008*OVERSAMPLENR, 3}, + {1023*OVERSAMPLENR, 0} //to allow internal 0°C }; #endif @@ -307,7 +308,8 @@ const short temptable_7[][2] PROGMEM = { {989*OVERSAMPLENR, 20}, {994*OVERSAMPLENR, 15}, {1001*OVERSAMPLENR, 10}, - {1005*OVERSAMPLENR, 5} + {1005*OVERSAMPLENR, 5}, + {1023*OVERSAMPLENR, 0} //to allow internal 0°C }; #endif