Browse Source

fix wrong temptable index

Nutz95 10 years ago
parent
commit
ed6f4a71c5
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Marlin/thermistortables.h

+ 5
- 2
Marlin/thermistortables.h View File

@@ -563,8 +563,11 @@ const short temptable_10[][2] PROGMEM = {
563 563
    {1016*OVERSAMPLENR, 0}
564 564
 };
565 565
 #endif
566
-#if (THERMISTORHEATER_0 == 11) || (THERMISTORHEATER_1 == 11) || (THERMISTORHEATER_2 == 11) || (THERMISTORBED == 11) // QU-BD silicone bed QWG-104F-3950 thermistor
567
-const short temptable_8[][2] PROGMEM = {
566
+
567
+#if (THERMISTORHEATER_0 == 11) || (THERMISTORHEATER_1 == 11) || (THERMISTORHEATER_2 == 11) || (THERMISTORBED == 11) 
568
+// QU-BD silicone bed QWG-104F-3950 thermistor
569
+
570
+const short temptable_11[][2] PROGMEM = {
568 571
          {1*OVERSAMPLENR,        938},
569 572
          {31*OVERSAMPLENR,       314},
570 573
          {41*OVERSAMPLENR,       290},

Loading…
Cancel
Save