Browse Source

Fix Chitu V5/V6 FAN2 pins (#19874)

Keith Bennett 4 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
 //
94
 //
95
 #define CONTROLLER_FAN_PIN                  PD6   // BOARD FAN
95
 #define CONTROLLER_FAN_PIN                  PD6   // BOARD FAN
96
 #define FAN_PIN                             PG13  // FAN
96
 #define FAN_PIN                             PG13  // FAN
97
-#define FAN_PIN_2                           PG14
97
+#define FAN2_PIN                            PG14
98
 
98
 
99
 //
99
 //
100
 // Misc
100
 // Misc

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

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

Loading…
Cancel
Save