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. #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},