We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85f6f2 commit c82cea0Copy full SHA for c82cea0
Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h
@@ -207,20 +207,20 @@
207
//
208
#define HEATER_BED_PIN P2_05
209
#define HEATER_0_PIN P2_07
210
-#if HOTENDS == 1
211
- #ifndef FAN1_PIN
212
- #define FAN1_PIN P2_06
213
- #endif
214
-#else
+#if HAS_MULTI_HOTEND
215
#ifndef HEATER_1_PIN
216
#define HEATER_1_PIN P2_06
217
#endif
+#else
+ #ifndef FAN2_PIN
+ #define FAN2_PIN P2_06 // HE1 for FAN3
+ #endif
218
219
#ifndef FAN_PIN
220
- #define FAN_PIN P2_04
+ #define FAN_PIN P2_04 // FAN1
221
222
-#ifndef FAN2_PIN
223
- #define FAN2_PIN P1_04
+#ifndef FAN1_PIN
+ #define FAN1_PIN P1_04 // FAN2
224
225
226
0 commit comments