Quantcast
Channel: Reprap Forum - Repetier
Viewing all articles
Browse latest Browse all 1321

User thermistor tables in Repetier firmware (1 reply)

$
0
0
I thought I had the user temperature table working in Repetier firmware, it looks like it IS working on my extruder. I had added the table for thermistor #7 from marlin in the configuration table, but I just noticed that I the number of temperatures was wrong (the table is 58 pairs long, I had the number at 67. It was copied from a post on this forum.) and YET it compiled. I corrected the number, and I also added another table for thermistor #10 from marlin (I just bought an aluhotend). What bothers me, is that with the new table added, the sketch length IS THE SAME! If I remove both tables, or change the ext0 sensor type back to zero, the sketch length remains the same! This indicates to me that the added tables are being ignored by the compiler. BTW I'm using Arduino 1.0.5 on Linux.

....exert of configuration.h below.....

//for Marlin # 7
#define EXT0_TEMPSENSOR_TYPE 5


//Type 5
//two defines in a row, the second probably took over.....
//#define USER_THERMISTORTABLE0 {}
//#define NUM_TEMPS_USERTHERMISTOR0 0
// This was wrong! How did it ever work?
//#define NUM_TEMPS_USERTHERMISTOR0 67
#define NUM_TEMPS_USERTHERMISTOR0 58
#define USER_THERMISTORTABLE0 {\
{1*4, 941*8},\
{19*4, 362*8},\
{37*4, 299*8},\
{55*4, 266*8},\
{73*4, 245*8},\
{91*4, 229*8},\
{109*4, 216*8},\
{127*4, 206*8},\
{145*4, 197*8},\
{163*4, 190*8},\
{181*4, 183*8},\
{199*4, 177*8},\
{217*4, 171*8},\
{235*4, 166*8},\
{253*4, 162*8},\
{271*4, 157*8},\
{289*4, 153*8},\
{307*4, 149*8},\
{325*4, 146*8},\
{343*4, 142*8},\
{361*4, 139*8},\
{379*4, 135*8},\
{397*4, 132*8},\
{415*4, 129*8},\
{433*4, 126*8},\
{451*4, 123*8},\
{469*4, 121*8},\
{487*4, 118*8},\
{505*4, 115*8},\
{523*4, 112*8},\
{541*4, 110*8},\
{559*4, 107*8},\
{577*4, 105*8},\
{595*4, 102*8},\
{613*4, 99*8},\
{631*4, 97*8},\
{649*4, 94*8},\
{667*4, 92*8},\
{685*4, 89*8},\
{703*4, 86*8},\
{721*4, 84*8},\
{739*4, 81*8},\
{757*4, 78*8},\
{775*4, 75*8},\
{793*4, 72*8},\
{811*4, 69*8},\
{829*4, 66*8},\
{847*4, 62*8},\
{865*4, 59*8},\
{883*4, 55*8},\
{901*4, 51*8},\
{919*4, 46*8},\
{937*4, 41*8},\
{955*4, 35*8},\
{973*4, 27*8},\
{991*4, 17*8},\
{1009*4, 1*8},\
{1023*4, 0}}


//Type 6
#define NUM_TEMPS_USERTHERMISTOR1 31
#define USER_THERMISTORTABLE1 {\
{1*4, 929*8},\
{36*4, 299*8},\
{71*4, 246*8},\
{106*4, 217*8},\
{141*4, 198*8},\
{176*4, 184*8},\
{211*4, 173*8},\
{246*4, 163*8},\
{281*4, 154*8},\
{316*4, 147*8},\
{351*4, 140*8},\
{386*4, 134*8},\
{421*4, 128*8},\
{456*4, 122*8},\
{491*4, 117*8},\
{526*4, 112*8},\
{561*4, 107*8},\
{596*4, 102*8},\
{631*4, 97*8},\
{666*4, 91*8},\
{701*4, 86*8},\
{736*4, 81*8},\
{771*4, 76*8},\
{806*4, 70*8},\
{841*4, 63*8},\
{876*4, 56*8},\
{911*4, 48*8},\
{946*4, 38*8},\
{981*4, 23*8},\
{1005*4, 5*8},\
{1016*4, 0*8}}

Viewing all articles
Browse latest Browse all 1321

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>