Browse Source

Update pins_BIQU_SKR_V1.1.h (#12758)

petieken 6 years ago
parent
commit
d9cf5e4883
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Marlin/src/pins/pins_BIQU_SKR_V1.1.h

+ 5
- 1
Marlin/src/pins/pins_BIQU_SKR_V1.1.h View File

@@ -74,7 +74,11 @@
74 74
 // Heaters / Fans
75 75
 //
76 76
 #define HEATER_0_PIN       P2_07
77
-#define HEATER_1_PIN       P2_04
77
+#if HOTENDS == 1
78
+  #define FAN1_PIN         P2_04
79
+#else
80
+  #define HEATER_1_PIN     P2_04
81
+#endif 
78 82
 #define FAN_PIN            P2_03
79 83
 #define HEATER_BED_PIN     P2_05
80 84
 

Loading…
Cancel
Save