Browse Source

Correct fan pins for MKS Robin Nano v3 (#21238)

Oleksii Zelivianskyi 4 years ago
parent
commit
8dee12ff05
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h

+ 2
- 2
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h View File

@@ -165,8 +165,8 @@
165 165
 #define HEATER_1_PIN                        PB0   // HEATER2
166 166
 #define HEATER_BED_PIN                      PA0   // HOT BED
167 167
 
168
-#define FAN_PIN                             PB1   // FAN
169
-#define FAN1_PIN                            PC14  // FAN1
168
+#define FAN_PIN                             PC14  // FAN
169
+#define FAN1_PIN                            PB1   // FAN1
170 170
 
171 171
 //
172 172
 // Thermocouples

Loading…
Cancel
Save