Browse Source

Fix Chitu V5/V6 FAN2 pins (#19874)

Keith Bennett 3 years ago
parent
commit
f53d5a0872
No account linked to committer's email address

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h View File

@@ -94,7 +94,7 @@
94 94
 //
95 95
 #define CONTROLLER_FAN_PIN                  PD6   // BOARD FAN
96 96
 #define FAN_PIN                             PG13  // FAN
97
-#define FAN_PIN_2                           PG14
97
+#define FAN2_PIN                            PG14
98 98
 
99 99
 //
100 100
 // Misc

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h View File

@@ -103,7 +103,7 @@
103 103
 //
104 104
 #define CONTROLLER_FAN_PIN                  PD6   // BOARD FAN
105 105
 #define FAN_PIN                             PG13  // FAN
106
-#define FAN_PIN_2                           PG14
106
+#define FAN2_PIN                            PG14
107 107
 
108 108
 //
109 109
 // Misc

Loading…
Cancel
Save