Browse Source

fix wrong temptable index

pull/1/head
Nutz95 11 years ago
parent
commit
ed6f4a71c5
  1. 7
      Marlin/thermistortables.h

7
Marlin/thermistortables.h

@ -563,8 +563,11 @@ const short temptable_10[][2] PROGMEM = {
{1016*OVERSAMPLENR, 0} {1016*OVERSAMPLENR, 0}
}; };
#endif #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}, {1*OVERSAMPLENR, 938},
{31*OVERSAMPLENR, 314}, {31*OVERSAMPLENR, 314},
{41*OVERSAMPLENR, 290}, {41*OVERSAMPLENR, 290},

Loading…
Cancel
Save