WRN-01 Sensor?
Hello,
i orderer an Extruder from China.
It came with a Thermistor, but i cant figure out how to set up the Firmware for it.
I thought it was broke and they sent me a new one, same like with the first.
All information i got is, that its called WRN-01
The site states its a K-type thermocouple NTC 100K B=3950
http://www.aliexpress.com/item/12V-0-2-0-3-0-4mm-Nozzle-Thermocouple-Single-Nozzles-3D-Printer-Print-Head-Extruder/1829043359.html
Setup firmware as follows:
#define EXT0_TEMPSENSOR_TYPE 97
#define GENERIC_THERM1_T0 25
#define GENERIC_THERM1_R0 100000
#define GENERIC_THERM1_BETA 3950
#define GENERIC_THERM1_MIN_TEMP -20
#define GENERIC_THERM1_MAX_TEMP 300
#define GENERIC_THERM1_R1 0
#define GENERIC_THERM1_R2 4700
The result i get is 381.11°C
i orderer an Extruder from China.
It came with a Thermistor, but i cant figure out how to set up the Firmware for it.
I thought it was broke and they sent me a new one, same like with the first.
All information i got is, that its called WRN-01
The site states its a K-type thermocouple NTC 100K B=3950
http://www.aliexpress.com/item/12V-0-2-0-3-0-4mm-Nozzle-Thermocouple-Single-Nozzles-3D-Printer-Print-Head-Extruder/1829043359.html
Setup firmware as follows:
#define EXT0_TEMPSENSOR_TYPE 97
#define GENERIC_THERM1_T0 25
#define GENERIC_THERM1_R0 100000
#define GENERIC_THERM1_BETA 3950
#define GENERIC_THERM1_MIN_TEMP -20
#define GENERIC_THERM1_MAX_TEMP 300
#define GENERIC_THERM1_R1 0
#define GENERIC_THERM1_R2 4700
The result i get is 381.11°C
Comments