Browse Source

Update line 627 ,wrong number on thermistortables

Wrong number on line 627 > i change number "12" by the correct number "13"
Soory
Fourmi 10 years ago
parent
commit
af3e4d7510
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h View File

624
 #if (THERMISTORHEATER_0 == 13) || (THERMISTORHEATER_1 == 13) || (THERMISTORHEATER_2 == 13) || (THERMISTORBED == 13)
624
 #if (THERMISTORHEATER_0 == 13) || (THERMISTORHEATER_1 == 13) || (THERMISTORHEATER_2 == 13) || (THERMISTORBED == 13)
625
 // Hisens thermistor B25/50 =3950 +/-1%
625
 // Hisens thermistor B25/50 =3950 +/-1%
626
 
626
 
627
-const short temptable_12[][2] PROGMEM = {
627
+const short temptable_13[][2] PROGMEM = {
628
  {	22.5*OVERSAMPLENR,	300	},
628
  {	22.5*OVERSAMPLENR,	300	},
629
 {	24.125*OVERSAMPLENR,	295	},
629
 {	24.125*OVERSAMPLENR,	295	},
630
 {	25.875*OVERSAMPLENR,	290	},
630
 {	25.875*OVERSAMPLENR,	290	},

Loading…
Cancel
Save