From ed6f4a71c5fc26dbcee7da77ae75fa357a2b71c5 Mon Sep 17 00:00:00 2001
From: Nutz95 <hexman@free.fr>
Date: Sun, 13 Apr 2014 18:00:55 +0200
Subject: [PATCH] fix wrong temptable index

---
 Marlin/thermistortables.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index db8359ef79..0a80e77b6a 100644
--- a/Marlin/thermistortables.h
+++ b/Marlin/thermistortables.h
@@ -563,8 +563,11 @@ const short temptable_10[][2] PROGMEM = {
    {1016*OVERSAMPLENR, 0}
 };
 #endif
-#if (THERMISTORHEATER_0 == 11) || (THERMISTORHEATER_1 == 11) || (THERMISTORHEATER_2 == 11) || (THERMISTORBED == 11) // QU-BD silicone bed QWG-104F-3950 thermistor
-const short temptable_8[][2] PROGMEM = {
+
+#if (THERMISTORHEATER_0 == 11) || (THERMISTORHEATER_1 == 11) || (THERMISTORHEATER_2 == 11) || (THERMISTORBED == 11) 
+// QU-BD silicone bed QWG-104F-3950 thermistor
+
+const short temptable_11[][2] PROGMEM = {
          {1*OVERSAMPLENR,        938},
          {31*OVERSAMPLENR,       314},
          {41*OVERSAMPLENR,       290},