101 #define TEMP_0_PIN 6 // Analog Input (connector *K1* on RUMBA thermocouple ADD ON is used)
102 #else
103 #define TEMP_0_PIN 15 // Analog Input (default connector for thermistor *T0* on rumba board is used)
104 #endif
105#endif
106
107#ifndef TEMP_1_PIN
108 #if TEMP_SENSOR_1 == -1
109 #define TEMP_1_PIN 5 // Analog Input (connector *K2* on RUMBA thermocouple ADD ON is used)
110 #else
111 #define TEMP_1_PIN 14 // Analog Input (default connector for thermistor *T1* on rumba board is used)
112 #endif
113#endif
114
115#if TEMP_SENSOR_2 == -1
116 #define TEMP_2_PIN 7 // Analog Input (connector *K3* on RUMBA thermocouple ADD ON is used <-- this can't be used when TEMP_SENSOR_BED is defined as thermocouple)
117#else
118 #define TEMP_2_PIN 13 // Analog Input (default connector for thermistor *T2* on rumba board is used)
119#endif
120
121// Optional for extruder 4 or chamber:
122//#define TEMP_X_PIN 12 // Analog Input (default connector for thermistor *T3* on rumba board is used)
123
124#ifndef TEMP_CHAMBER_PIN
125//#define TEMP_CHAMBER_PIN 12 // Analog Input (default connector for thermistor *T3* on rumba board is used)
126#endif
127
128#if TEMP_SENSOR_BED == -1
129 #define TEMP_BED_PIN 7 // Analog Input (connector *K3* on RUMBA thermocouple ADD ON is used <-- this can't be used when TEMP_SENSOR_2 is defined as thermocouple)
130#else
131 #define TEMP_BED_PIN 11 // Analog Input (default connector for thermistor *THB* on rumba board is used)