Thermistortable temptable_4
correct declaration: const short temptable_4[NUMTEMPS_4][2]
This commit is contained in:
parent
4b1b0f1d96
commit
20daeb57bb
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ const short temptable_3[NUMTEMPS_3][2] = {
|
||||||
#if (THERMISTORHEATER == 4) || (THERMISTORBED == 4) //10k thermistor
|
#if (THERMISTORHEATER == 4) || (THERMISTORBED == 4) //10k thermistor
|
||||||
|
|
||||||
#define NUMTEMPS_4 20
|
#define NUMTEMPS_4 20
|
||||||
short temptable_4[NUMTEMPS_4][2] = {
|
const short temptable_4[NUMTEMPS_4][2] = {
|
||||||
{1, 430},
|
{1, 430},
|
||||||
{54, 137},
|
{54, 137},
|
||||||
{107, 107},
|
{107, 107},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue