Repetier-firmware thermistor table for Honeywell 100k
I recently made the move from Marlin to Repetier-firmware on the Mendel. Combined with Repetier-Host, which allows in-depth editing and EEPROM persistence of basically all configuration parameters, it is really fantastic to have. No more recompiling firmware when you adjust the pressure on the extruder idler! :-)
In any event, I now run a Budaschnozzle V1.2 (fantastic hot-end, by the way!) and just upgraded to an etched PCB heated bed (Mk.I). These use exactly the same thermistor, so I figured I'd learn how to create a thermistor table.
So, here goes - a thermistor table for Repetier-firmware, for the Honeywell 135-104LAG-J01 100k thermistor, as used on the Budaschnozzle when ordered from Lulzbot, and verified against Marlin and the wiki:
*NOTE: It is important to set NUM_TEMPS_USERTHERMISTOR0 to 56, or you will get build errors.
In any event, I now run a Budaschnozzle V1.2 (fantastic hot-end, by the way!) and just upgraded to an etched PCB heated bed (Mk.I). These use exactly the same thermistor, so I figured I'd learn how to create a thermistor table.
So, here goes - a thermistor table for Repetier-firmware, for the Honeywell 135-104LAG-J01 100k thermistor, as used on the Budaschnozzle when ordered from Lulzbot, and verified against Marlin and the wiki:
*NOTE: It is important to set NUM_TEMPS_USERTHERMISTOR0 to 56, or you will get build errors.
#define USER_THERMISTORTABLE0 { \ {1*4, 500*8},\ {46*4, 270*8},\ {50*4, 265*8},\ {54*4, 260*8},\ {58*4, 255*8},\ {62*4, 250*8},\ {67*4, 245*8},\ {72*4, 240*8},\ {79*4, 235*8},\ {85*4, 230*8},\ {91*4, 225*8},\ {99*4, 220*8},\ {107*4, 215*8},\ {116*4, 210*8},\ {126*4, 205*8},\ {136*4, 200*8},\ {149*4, 195*8},\ {160*4, 190*8},\ {175*4, 185*8},\ {191*4, 180*8},\ {209*4, 175*8},\ {224*4, 170*8},\ {246*4, 165*8},\ {267*4, 160*8},\ {293*4, 155*8},\ {316*4, 150*8},\ {340*4, 145*8},\ {364*4, 140*8},\ {396*4, 135*8},\ {425*4, 130*8},\ {460*4, 125*8},\ {489*4, 120*8},\ {526*4, 115*8},\ {558*4, 110*8},\ {591*4, 105*8},\ {628*4, 100*8},\ {660*4, 95*8},\ {696*4, 90*8},\ {733*4, 85*8},\ {761*4, 80*8},\ {794*4, 75*8},\ {819*4, 70*8},\ {847*4, 65*8},\ {870*4, 60*8},\ {892*4, 55*8},\ {911*4, 50*8},\ {929*4, 45*8},\ {944*4, 40*8},\ {959*4, 35*8},\ {971*4, 30*8},\ {981*4, 25*8},\ {989*4, 20*8},\ {994*4, 15*8},\ {1001*4, 10*8},\ {1005*4, 5*8},\ {1023*4, 0} }
Just want to thank you for this, works great!
ReplyDeleteNo problem, thanks for the comment!
Delete