Browse Source

Fix MKS Robin Nano FAN_PIN (#14444)

thisiskeithb 6 years ago
parent
commit
6978bb5ea5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins_MKS_ROBIN_NANO.h

+ 1
- 1
Marlin/src/pins/pins_MKS_ROBIN_NANO.h View File

89
 #define HEATER_1_PIN       PB0   // HEATER2
89
 #define HEATER_1_PIN       PB0   // HEATER2
90
 #define HEATER_BED_PIN     PA0   // HOT BED
90
 #define HEATER_BED_PIN     PA0   // HOT BED
91
 
91
 
92
-#define FAN_PIN            PA1   // FAN
92
+#define FAN_PIN            PB1   // FAN
93
 
93
 
94
 #define BTN_ENC            PC13  // Pin is not connected. Real pin is needed to enable encoder's push button functionality used by touch screen
94
 #define BTN_ENC            PC13  // Pin is not connected. Real pin is needed to enable encoder's push button functionality used by touch screen
95
 
95
 

Loading…
Cancel
Save