diff --git a/bed-extruder-tables.xlsx b/bed-extruder-tables.xlsx index b6e247c..2a63b21 100644 Binary files a/bed-extruder-tables.xlsx and b/bed-extruder-tables.xlsx differ diff --git a/src/ArduinoDUE/Repetier/Configuration.h b/src/ArduinoDUE/Repetier/Configuration.h index 7160666..44196fc 100644 --- a/src/ArduinoDUE/Repetier/Configuration.h +++ b/src/ArduinoDUE/Repetier/Configuration.h @@ -520,8 +520,8 @@ If you have a PTC thermistor instead of a NTC thermistor, keep the adc values in #define USER_THERMISTORTABLE2 {} #else -#define NUM_TEMPS_USERTHERMISTOR0 27 -#define USER_THERMISTORTABLE0 {{294, 2560},{375, 2400},{461, 2272},{526, 2184},{601, 2104},{674, 2048},{811, 1928},{925, 1848},{1071, 1768},{1219, 1696},{1445, 1584},{1673, 1496},{1902, 1416},{2187, 1312},{2454, 1224},{2672, 1152},{3000, 1048},{3196, 968},{3439, 864},{3583, 784},{3736, 680},{3899, 536},{3960, 448},{4024, 336},{4067, 192},{4076, 0},{4081, -160}} +#define NUM_TEMPS_USERTHERMISTOR0 28 +#define USER_THERMISTORTABLE0 {{294, 2560},{375, 2400},{461, 2272},{526, 2184},{601, 2104},{674, 2048},{811, 1928},{925, 1848},{1071, 1768},{1219, 1696},{1445, 1584},{1673, 1496},{1902, 1416},{2187, 1312},{2454, 1224},{2672, 1152},{3000, 1048},{3196, 968},{3439, 864},{3583, 784},{3736, 680},{3899, 536},{3960, 448},{4024, 336},{4067, 192},{4079, 156},{4100, 0},{4120, -160}} /** Number of entries in the user thermistor table 1. Set to 0 to disable it. */ #define NUM_TEMPS_USERTHERMISTOR1 19