Browse Source

Merge pull request #4165 from thinkyhead/rc_rumba_temp_pins

Always define temp sensor, heater pins for RUMBA
Scott Lahteine 8 years ago
parent
commit
bf216bd78f

+ 1
- 1
Marlin/Configuration.h View File

@@ -1138,7 +1138,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1138 1138
 // at zero value, there are 128 effective control positions.
1139 1139
 #define SOFT_PWM_SCALE 0
1140 1140
 
1141
-// Temperature status LEDs that display the hotend and bet temperature.
1141
+// Temperature status LEDs that display the hotend and bed temperature.
1142 1142
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1143 1143
 // Otherwise the RED led is on. There is 1C hysteresis.
1144 1144
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -1137,7 +1137,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1137 1137
 // at zero value, there are 128 effective control positions.
1138 1138
 #define SOFT_PWM_SCALE 0
1139 1139
 
1140
-// Temperature status LEDs that display the hotend and bet temperature.
1140
+// Temperature status LEDs that display the hotend and bed temperature.
1141 1141
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1142 1142
 // Otherwise the RED led is on. There is 1C hysteresis.
1143 1143
 #define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

@@ -1121,7 +1121,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1121 1121
 // at zero value, there are 128 effective control positions.
1122 1122
 #define SOFT_PWM_SCALE 0
1123 1123
 
1124
-// Temperature status LEDs that display the hotend and bet temperature.
1124
+// Temperature status LEDs that display the hotend and bed temperature.
1125 1125
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1126 1126
 // Otherwise the RED led is on. There is 1C hysteresis.
1127 1127
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -1119,7 +1119,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1119 1119
 // at zero value, there are 128 effective control positions.
1120 1120
 #define SOFT_PWM_SCALE 0
1121 1121
 
1122
-// Temperature status LEDs that display the hotend and bet temperature.
1122
+// Temperature status LEDs that display the hotend and bed temperature.
1123 1123
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1124 1124
 // Otherwise the RED led is on. There is 1C hysteresis.
1125 1125
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -1130,7 +1130,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1130 1130
 // at zero value, there are 128 effective control positions.
1131 1131
 #define SOFT_PWM_SCALE 0
1132 1132
 
1133
-// Temperature status LEDs that display the hotend and bet temperature.
1133
+// Temperature status LEDs that display the hotend and bed temperature.
1134 1134
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1135 1135
 // Otherwise the RED led is on. There is 1C hysteresis.
1136 1136
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -1132,7 +1132,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1132 1132
 // at zero value, there are 128 effective control positions.
1133 1133
 #define SOFT_PWM_SCALE 0
1134 1134
 
1135
-// Temperature status LEDs that display the hotend and bet temperature.
1135
+// Temperature status LEDs that display the hotend and bed temperature.
1136 1136
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1137 1137
 // Otherwise the RED led is on. There is 1C hysteresis.
1138 1138
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

@@ -1155,7 +1155,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1155 1155
 // at zero value, there are 128 effective control positions.
1156 1156
 #define SOFT_PWM_SCALE 0
1157 1157
 
1158
-// Temperature status LEDs that display the hotend and bet temperature.
1158
+// Temperature status LEDs that display the hotend and bed temperature.
1159 1159
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1160 1160
 // Otherwise the RED led is on. There is 1C hysteresis.
1161 1161
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -1138,7 +1138,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1138 1138
 // at zero value, there are 128 effective control positions.
1139 1139
 #define SOFT_PWM_SCALE 0
1140 1140
 
1141
-// Temperature status LEDs that display the hotend and bet temperature.
1141
+// Temperature status LEDs that display the hotend and bed temperature.
1142 1142
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1143 1143
 // Otherwise the RED led is on. There is 1C hysteresis.
1144 1144
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -1138,7 +1138,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1138 1138
 // at zero value, there are 128 effective control positions.
1139 1139
 #define SOFT_PWM_SCALE 0
1140 1140
 
1141
-// Temperature status LEDs that display the hotend and bet temperature.
1141
+// Temperature status LEDs that display the hotend and bed temperature.
1142 1142
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1143 1143
 // Otherwise the RED led is on. There is 1C hysteresis.
1144 1144
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -1146,7 +1146,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1146 1146
 // at zero value, there are 128 effective control positions.
1147 1147
 #define SOFT_PWM_SCALE 0
1148 1148
 
1149
-// Temperature status LEDs that display the hotend and bet temperature.
1149
+// Temperature status LEDs that display the hotend and bed temperature.
1150 1150
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1151 1151
 // Otherwise the RED led is on. There is 1C hysteresis.
1152 1152
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -1159,7 +1159,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1159 1159
 // at zero value, there are 128 effective control positions.
1160 1160
 #define SOFT_PWM_SCALE 0
1161 1161
 
1162
-// Temperature status LEDs that display the hotend and bet temperature.
1162
+// Temperature status LEDs that display the hotend and bed temperature.
1163 1163
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1164 1164
 // Otherwise the RED led is on. There is 1C hysteresis.
1165 1165
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -1130,7 +1130,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1130 1130
 // at zero value, there are 128 effective control positions.
1131 1131
 #define SOFT_PWM_SCALE 0
1132 1132
 
1133
-// Temperature status LEDs that display the hotend and bet temperature.
1133
+// Temperature status LEDs that display the hotend and bed temperature.
1134 1134
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1135 1135
 // Otherwise the RED led is on. There is 1C hysteresis.
1136 1136
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -1138,7 +1138,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1138 1138
 // at zero value, there are 128 effective control positions.
1139 1139
 #define SOFT_PWM_SCALE 0
1140 1140
 
1141
-// Temperature status LEDs that display the hotend and bet temperature.
1141
+// Temperature status LEDs that display the hotend and bed temperature.
1142 1142
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1143 1143
 // Otherwise the RED led is on. There is 1C hysteresis.
1144 1144
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -1223,7 +1223,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1223 1223
 // at zero value, there are 128 effective control positions.
1224 1224
 #define SOFT_PWM_SCALE 0
1225 1225
 
1226
-// Temperature status LEDs that display the hotend and bet temperature.
1226
+// Temperature status LEDs that display the hotend and bed temperature.
1227 1227
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1228 1228
 // Otherwise the RED led is on. There is 1C hysteresis.
1229 1229
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -1217,7 +1217,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1217 1217
 // at zero value, there are 128 effective control positions.
1218 1218
 #define SOFT_PWM_SCALE 0
1219 1219
 
1220
-// Temperature status LEDs that display the hotend and bet temperature.
1220
+// Temperature status LEDs that display the hotend and bed temperature.
1221 1221
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1222 1222
 // Otherwise the RED led is on. There is 1C hysteresis.
1223 1223
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -1220,7 +1220,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1220 1220
 // at zero value, there are 128 effective control positions.
1221 1221
 #define SOFT_PWM_SCALE 0
1222 1222
 
1223
-// Temperature status LEDs that display the hotend and bet temperature.
1223
+// Temperature status LEDs that display the hotend and bed temperature.
1224 1224
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1225 1225
 // Otherwise the RED led is on. There is 1C hysteresis.
1226 1226
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -1220,7 +1220,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1220 1220
 // at zero value, there are 128 effective control positions.
1221 1221
 #define SOFT_PWM_SCALE 0
1222 1222
 
1223
-// Temperature status LEDs that display the hotend and bet temperature.
1223
+// Temperature status LEDs that display the hotend and bed temperature.
1224 1224
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1225 1225
 // Otherwise the RED led is on. There is 1C hysteresis.
1226 1226
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -1222,7 +1222,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1222 1222
 // at zero value, there are 128 effective control positions.
1223 1223
 #define SOFT_PWM_SCALE 0
1224 1224
 
1225
-// Temperature status LEDs that display the hotend and bet temperature.
1225
+// Temperature status LEDs that display the hotend and bed temperature.
1226 1226
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1227 1227
 // Otherwise the RED led is on. There is 1C hysteresis.
1228 1228
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

@@ -1141,7 +1141,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1141 1141
 // at zero value, there are 128 effective control positions.
1142 1142
 #define SOFT_PWM_SCALE 0
1143 1143
 
1144
-// Temperature status LEDs that display the hotend and bet temperature.
1144
+// Temperature status LEDs that display the hotend and bed temperature.
1145 1145
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1146 1146
 // Otherwise the RED led is on. There is 1C hysteresis.
1147 1147
 //#define TEMP_STAT_LEDS

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -1132,7 +1132,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1132 1132
 // at zero value, there are 128 effective control positions.
1133 1133
 #define SOFT_PWM_SCALE 0
1134 1134
 
1135
-// Temperature status LEDs that display the hotend and bet temperature.
1135
+// Temperature status LEDs that display the hotend and bed temperature.
1136 1136
 // If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
1137 1137
 // Otherwise the RED led is on. There is 1C hysteresis.
1138 1138
 //#define TEMP_STAT_LEDS

+ 93
- 98
Marlin/pins_CNCONTROLS_12.h View File

@@ -8,101 +8,96 @@
8 8
 
9 9
 //#define LARGE_FLASH true
10 10
 
11
- #define X_ENABLE_PIN           26
12
- #define X_STEP_PIN             25
13
- #define X_DIR_PIN              27
14
- #define X_MIN_PIN              19
15
- #define X_MAX_PIN              -1
16
- 
17
- #define Y_ENABLE_PIN           29
18
- #define Y_STEP_PIN             28
19
- #define Y_DIR_PIN              30
20
- #define Y_MIN_PIN              22
21
- #define Y_MAX_PIN              -1
22
- 
23
- #define Z_ENABLE_PIN           32
24
- #define Z_STEP_PIN             31
25
- #define Z_DIR_PIN              33
26
- #define Z_MIN_PIN              23
27
- #define Z_MAX_PIN              -1
28
-
29
-
30
-//Tools
31
-
32
- #define E0_ENABLE_PIN          58
33
- #define E0_STEP_PIN            57
34
- #define E0_DIR_PIN             55
35
- #define HEATER_0_PIN           11
36
- #define TEMP_0_PIN             0   // ANALOG INPUT !!
37
-// #define TOOL_0_PIN             56
38
-// #define TOOL_0_PWM_PIN         10 // used for red warning led at dual extruder
39
- 
40
- #define E1_ENABLE_PIN          60
41
- #define E1_STEP_PIN            61
42
- #define E1_DIR_PIN             62
43
- #define HEATER_1_PIN           9 
44
- #define TEMP_1_PIN             9  // 9 for tool3 -> 13 for chambertemp
45
-// #define TOOL_1_PIN             59
46
-// #define TOOL_1_PWM_PIN         8 // used for lights at dual extruder
47
- 
48
- #define E2_ENABLE_PIN          44
49
- #define E2_STEP_PIN            46
50
- #define E2_DIR_PIN             66
51
- #define HEATER_2_PIN           6
52
- #define TEMP_2_PIN             13 // 10 for tool3 -> 13 for chambertemp
53
-// #define TOOL_2_PIN             4
54
-// #define TOOL_2_PWM_PIN         5
55
- 
56
- #define E3_ENABLE_PIN          47
57
- #define E3_STEP_PIN            45
58
- #define E3_DIR_PIN             69
59
- #define HEATER_3_PIN           3  
60
- #define TEMP_3_PIN             11  // 11 for tool4 -> 13 for chambertemp
61
-// #define TOOL_3_PIN             14
62
-// #define TOOL_3_PWM_PIN         2
63
- 
64
- #define HEATER_BED_PIN         24
65
- #define TEMP_BED_PIN           14   // ANALOG INPUT !! 
66
- 
67
-//common I/O
68
-
69
- //#define TEMP_CHAMBER_PIN        13  // ANALOG INPUT !!
70
- #define FIL_RUNOUT_PIN            18
71
- //#define PWM_1_PIN               12
72
- //#define PWM_2_PIN               13 
73
- //#define SPARE_IO                17  
74
- #define FAN_PIN                   5 // 5 is PWMtool3 -> 7 is common PWM pin for all tools 
75
- 
76
- 
77
-//user interface
78
-
79
- #define BEEPER_PIN                16
80
-
81
- // Pins for DOGM SPI LCD Support
82
- #define DOGLCD_A0             39
83
- #define DOGLCD_CS             35
84
- #define DOGLCD_MOSI           48
85
- #define DOGLCD_SCK            49
86
- #define LCD_SCREEN_ROT_180
87
- 
88
- //The encoder and click button 
89
- #define BTN_EN1 36
90
- #define BTN_EN2 34
91
- #define BTN_ENC 38  //the click switch
92
-
93
- //hardware buttons for manual movement of XYZ
94
- #define SHIFT_OUT             42
95
- #define SHIFT_LD              41
96
- #define SHIFT_CLK             40
97
-
98
- 
99
- //#define UI1                 43
100
- //#define UI2                 37
101
- 
102
-
103
-// Other 
104
-
105
- #define SDSS                  53
106
- #define SD_DETECT_PIN         15
107
- #define STAT_LED_BLUE         -1
108
- #define STAT_LED_RED          10 // TOOL_0_PWM_PIN 
11
+#define X_ENABLE_PIN          26
12
+#define X_STEP_PIN            25
13
+#define X_DIR_PIN             27
14
+#define X_MIN_PIN             19
15
+#define X_MAX_PIN             -1
16
+
17
+#define Y_ENABLE_PIN          29
18
+#define Y_STEP_PIN            28
19
+#define Y_DIR_PIN             30
20
+#define Y_MIN_PIN             22
21
+#define Y_MAX_PIN             -1
22
+
23
+#define Z_ENABLE_PIN          32
24
+#define Z_STEP_PIN            31
25
+#define Z_DIR_PIN             33
26
+#define Z_MIN_PIN             23
27
+#define Z_MAX_PIN             -1
28
+
29
+#define E0_ENABLE_PIN         58
30
+#define E0_STEP_PIN           57
31
+#define E0_DIR_PIN            55
32
+#define HEATER_0_PIN          11
33
+#define TEMP_0_PIN            0   // ANALOG INPUT !!
34
+
35
+#define E1_ENABLE_PIN         60
36
+#define E1_STEP_PIN           61
37
+#define E1_DIR_PIN            62
38
+#define HEATER_1_PIN           9
39
+#define TEMP_1_PIN             9  // 9 for tool3 -> 13 for chambertemp
40
+
41
+#define E2_ENABLE_PIN         44
42
+#define E2_STEP_PIN           46
43
+#define E2_DIR_PIN            66
44
+#define HEATER_2_PIN           6
45
+#define TEMP_2_PIN            13  // 10 for tool3 -> 13 for chambertemp
46
+
47
+#define E3_ENABLE_PIN         47
48
+#define E3_STEP_PIN           45
49
+#define E3_DIR_PIN            69
50
+#define HEATER_3_PIN           3
51
+#define TEMP_3_PIN            11  // 11 for tool4 -> 13 for chambertemp
52
+
53
+#define HEATER_BED_PIN        24
54
+#define TEMP_BED_PIN          14  // ANALOG INPUT !!
55
+
56
+// Tools
57
+
58
+//#define TOOL_0_PIN          56
59
+//#define TOOL_0_PWM_PIN      10  // red warning led at dual extruder
60
+//#define TOOL_1_PIN          59
61
+//#define TOOL_1_PWM_PIN       8  // lights at dual extruder
62
+//#define TOOL_2_PIN           4
63
+//#define TOOL_2_PWM_PIN       5
64
+//#define TOOL_3_PIN          14
65
+//#define TOOL_3_PWM_PIN       2
66
+
67
+// Common I/O
68
+
69
+//#define TEMP_CHAMBER_PIN    13  // ANALOG INPUT !!
70
+#define FIL_RUNOUT_PIN        18
71
+//#define PWM_1_PIN           12
72
+//#define PWM_2_PIN           13
73
+//#define SPARE_IO            17
74
+#define FAN_PIN                5  // 5 is PWMtool3 -> 7 is common PWM pin for all tools
75
+
76
+// User interface
77
+#define BEEPER_PIN            16
78
+
79
+// Pins for DOGM SPI LCD Support
80
+#define DOGLCD_A0             39
81
+#define DOGLCD_CS             35
82
+#define DOGLCD_MOSI           48
83
+#define DOGLCD_SCK            49
84
+#define LCD_SCREEN_ROT_180
85
+
86
+// The encoder and click button
87
+#define BTN_EN1 36
88
+#define BTN_EN2 34
89
+#define BTN_ENC 38
90
+
91
+// Hardware buttons for manual movement of XYZ
92
+#define SHIFT_OUT             42
93
+#define SHIFT_LD              41
94
+#define SHIFT_CLK             40
95
+
96
+//#define UI1                 43
97
+//#define UI2                 37
98
+
99
+// Other
100
+#define SDSS                  53
101
+#define SD_DETECT_PIN         15
102
+#define STAT_LED_BLUE         -1
103
+#define STAT_LED_RED          10 // TOOL_0_PWM_PIN

+ 21
- 28
Marlin/pins_RUMBA.h View File

@@ -77,43 +77,36 @@
77 77
 #define PS_ON_PIN          45
78 78
 #define KILL_PIN           46
79 79
 
80
-#if TEMP_SENSOR_0 != 0
81
-  #define HEATER_0_PIN          2   // EXTRUDER 1
82
-  #if TEMP_SENSOR_0 == -1
83
-    #define TEMP_0_PIN          6   // ANALOG NUMBERING - connector *K1* on RUMBA thermocouple ADD ON is used
84
-  #else
85
-    #define TEMP_0_PIN         15   // ANALOG NUMBERING - default connector for thermistor *T0* on rumba board is used
86
-  #endif
80
+#define HEATER_0_PIN        2   // EXTRUDER 1
81
+#define HEATER_1_PIN        3   // EXTRUDER 2
82
+#define HEATER_2_PIN        6   // EXTRUDER 3
83
+
84
+#if TEMP_SENSOR_0 == -1
85
+  #define TEMP_0_PIN        6   // ANALOG NUMBERING - connector *K1* on RUMBA thermocouple ADD ON is used
86
+#else
87
+  #define TEMP_0_PIN       15   // ANALOG NUMBERING - default connector for thermistor *T0* on rumba board is used
87 88
 #endif
88 89
 
89
-#if TEMP_SENSOR_1 != 0
90
-  #define HEATER_1_PIN          3   // EXTRUDER 2
91
-  #if TEMP_SENSOR_1 == -1
92
-    #define TEMP_1_PIN          5   // ANALOG NUMBERING - connector *K2* on RUMBA thermocouple ADD ON is used
93
-  #else
94
-    #define TEMP_1_PIN         14   // ANALOG NUMBERING - default connector for thermistor *T1* on rumba board is used
95
-  #endif
90
+#if TEMP_SENSOR_1 == -1
91
+  #define TEMP_1_PIN        5   // ANALOG NUMBERING - connector *K2* on RUMBA thermocouple ADD ON is used
92
+#else
93
+  #define TEMP_1_PIN       14   // ANALOG NUMBERING - default connector for thermistor *T1* on rumba board is used
96 94
 #endif
97 95
 
98
-#if TEMP_SENSOR_2 != 0
99
-  #define HEATER_2_PIN         6    // EXTRUDER 3
100
-  #if TEMP_SENSOR_2 == -1
101
-    #define TEMP_2_PIN         7    // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_BED is defined as thermocouple
102
-  #else
103
-    #define TEMP_2_PIN         13   // ANALOG NUMBERING - default connector for thermistor *T2* on rumba board is used
104
-  #endif
96
+#if TEMP_SENSOR_2 == -1
97
+  #define TEMP_2_PIN        7   // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_BED is defined as thermocouple
98
+#else
99
+  #define TEMP_2_PIN       13   // ANALOG NUMBERING - default connector for thermistor *T2* on rumba board is used
105 100
 #endif
106 101
 
107 102
 //optional for extruder 4 or chamber: #define TEMP_X_PIN         12   // ANALOG NUMBERING - default connector for thermistor *T3* on rumba board is used
108 103
 //optional FAN1 can be used as 4th heater output: #define HEATER_3_PIN       8    // EXTRUDER 4
109 104
 
110
-#if TEMP_SENSOR_BED != 0
111
-  #define HEATER_BED_PIN       9    // BED
112
-  #if TEMP_SENSOR_BED == -1
113
-    #define TEMP_BED_PIN       7    // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_2 is defined as thermocouple
114
-  #else
115
-    #define TEMP_BED_PIN      11    // ANALOG NUMBERING - default connector for thermistor *THB* on rumba board is used
116
-  #endif
105
+#define HEATER_BED_PIN      9    // BED
106
+#if TEMP_SENSOR_BED == -1
107
+  #define TEMP_BED_PIN      7    // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_2 is defined as thermocouple
108
+#else
109
+  #define TEMP_BED_PIN     11    // ANALOG NUMBERING - default connector for thermistor *THB* on rumba board is used
117 110
 #endif
118 111
 
119 112
 #define SDSS               53

Loading…
Cancel
Save