Hi Guys,
New member here with a question about thermocouples
I've got a Mendlemax 2.0 with RAMBo 1.2 and Marlin.
I got the thermocouple board v1.0 wired with a type K thermocouple, but I'm struggling to get it connected/setup.
I'm using the analogue extension pins to connect + to pin1(vcc) gnd to pin2 and signal to pin 7(PKO) and then I remove the existing thermistor from the T0 connection.
In Marlin Config H is normally
#define TEMP_SENSOR_0 5
#define TEMP_SENSOR_1 -1
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 60
and I changed it to
#define TEMP_SENSOR_0 -1
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 60
But when I power up and connect Pronterface I get a temperature error.
Has anyone already upgraded to the Thermocouple and successfully configured hard/software and is willing to talk me through it?
Thanks,
Rich