From 0e89022cc326c1d1274d8dee50afabbd0aded939 Mon Sep 17 00:00:00 2001 From: Erik vd Zalm Date: Tue, 28 Aug 2012 19:47:22 +0200 Subject: [PATCH] Correct temptable_55 name. --- Marlin/thermistortables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h index 6cff32930..941b2394a 100644 --- a/Marlin/thermistortables.h +++ b/Marlin/thermistortables.h @@ -419,7 +419,7 @@ const short temptable_52[][2] PROGMEM = { // Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance // Advantage: More resolution and better linearity from 150C to 200C -const short temptable_52[][2] PROGMEM = { +const short temptable_55[][2] PROGMEM = { {1*OVERSAMPLENR, 500}, {76*OVERSAMPLENR, 300}, {87*OVERSAMPLENR, 290},