|
@@ -121,7 +121,7 @@
|
121
|
121
|
//
|
122
|
122
|
#define TEMP_0_PIN 11 // Analog Input
|
123
|
123
|
#define TEMP_1_PIN 9 // Analog Input
|
124
|
|
-#define TEMP_2_PIN 1 // Analog Input
|
|
124
|
+#define TEMP_2_PIN 8 // Analog Input
|
125
|
125
|
#define TEMP_BED_PIN 10 // Analog Input
|
126
|
126
|
|
127
|
127
|
//
|
|
@@ -129,7 +129,7 @@
|
129
|
129
|
//
|
130
|
130
|
#define HEATER_0_PIN 10
|
131
|
131
|
#define HEATER_1_PIN 3
|
132
|
|
-#define HEATER_2_PIN 1
|
|
132
|
+#define HEATER_2_PIN 2
|
133
|
133
|
#define HEATER_BED_PIN 4
|
134
|
134
|
#define FAN_PIN 9
|
135
|
135
|
#define FAN1_PIN 8
|
|
@@ -140,7 +140,7 @@
|
140
|
140
|
//
|
141
|
141
|
#define SD_DETECT_PIN 38
|
142
|
142
|
#define SDSS 53
|
143
|
|
-#define LED_PIN 6
|
|
143
|
+#define LED_PIN 13 // Use 6 (case light) for external LED. 13 is internal (yellow) LED.
|
144
|
144
|
#define PS_ON_PIN 12
|
145
|
145
|
#define SUICIDE_PIN 54 // This pin must be enabled at boot to keep power flowing
|
146
|
146
|
|