EPCOS 100K Thermistor (B57560G1104F) not work at all


I have EPCOS 100K Thermistor (B57560G1104F) termistor on extruder also on heatbed
from reprap wiki I try to use my termitor table on usertermistor table 0 firmware
http://reprap.org/wiki/Thermistor

#define EXT0_TEMPSENSOR_TYPE 5

#define NUM_TEMPS_USERTHERMISTOR0 20

#define USER_THERMISTORTABLE0 {{1, 821},{54, 252},{107, 207},{160, 182},{213, 165},{266, 152},{319, 141},{372, 131},{425, 123},{478, 115},{531, 107},{584, 100},{637, 93},{690, 86},{743, 78},{796, 70},{849, 60},{902, 49},{955, 34},{1008, 3}}

#define HEATED_BED_SENSOR_TYPE 5

The problem is temperature is always 0 and not working at all and i don't know why


Comments

  • Tables are not for repetier-firmware. You must multiply first value with 4 and last value with 8 to match repetier firmware required values.
Sign In or Register to comment.