Managed to get it wright at last, thanks for your suport carl_m1968
Here are my conetions:
[attachment 93509 ligacoescorretas.jpg]
Changes made on Marlin
Configuration.h
#define TEMP_SENSOR_0 -1
#define TEMP_SENSOR_1 -1
Pins_RUMBA.h
// Temperature Sensors
//
#if TEMP_SENSOR_0 == -1
#define TEMP_0_PIN 10 // Analog Input (connector *K1* on RUMBA thermocouple ADD ON is used)
#else
#define TEMP_0_PIN 15 // Analog Input (default connector for thermistor *T0* on rumba board is used)
#endif
#if TEMP_SENSOR_1 == -1
#define TEMP_1_PIN 9 // Analog Input (connector *K2* on RUMBA thermocouple ADD ON is used)
Here are my conetions:
[attachment 93509 ligacoescorretas.jpg]
Changes made on Marlin
Configuration.h
#define TEMP_SENSOR_0 -1
#define TEMP_SENSOR_1 -1
Pins_RUMBA.h
// Temperature Sensors
//
#if TEMP_SENSOR_0 == -1
#define TEMP_0_PIN 10 // Analog Input (connector *K1* on RUMBA thermocouple ADD ON is used)
#else
#define TEMP_0_PIN 15 // Analog Input (default connector for thermistor *T0* on rumba board is used)
#endif
#if TEMP_SENSOR_1 == -1
#define TEMP_1_PIN 9 // Analog Input (connector *K2* on RUMBA thermocouple ADD ON is used)