1 parent bd00a7e commit 81dc18fCopy full SHA for 81dc18f
1 file changed
Marlin/src/pins/mega/pins_MIGHTYBOARD_REVE.h
@@ -166,19 +166,23 @@
166
#ifndef E0_AUTO_FAN_PIN
167
#define E0_AUTO_FAN_PIN MOSFET_2_PIN
168
#else
169
- #define FAN_PIN MOSFET_2_PIN
+ #ifndef FAN_PIN
170
+ #define FAN_PIN MOSFET_2_PIN
171
+ #endif
172
#endif
173
// EX2 FAN (Automatic Fans are disabled by default in Configuration_adv.h - comment that out for auto fans)
174
#ifndef E1_AUTO_FAN_PIN
175
#define E1_AUTO_FAN_PIN MOSFET_4_PIN
176
- #define FAN1_PIN MOSFET_4_PIN
177
+ #ifndef FAN1_PIN
178
+ #define FAN1_PIN MOSFET_4_PIN
179
180
181
182
//
183
// Misc. Functions
184
-#define LED_PIN MOSFET_6_PIN // B7
185
+#define LED_PIN 13 // B7
186
#define CUTOFF_RESET_PIN 16 // H1
187
#define CUTOFF_TEST_PIN 17 // H0
188
#define CUTOFF_SR_CHECK_PIN 70 // G4 (TOSC1)
0 commit comments