Skip to content

Commit

Permalink
Correct fan pins for MKS Robin Nano v3 (#21238)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzel authored and thinkyhead committed Apr 29, 2021
1 parent c90927c commit 8a3d0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
#define HEATER_1_PIN PB0 // HEATER2
#define HEATER_BED_PIN PA0 // HOT BED

#define FAN_PIN PB1 // FAN
#define FAN1_PIN PC14 // FAN1
#define FAN_PIN PC14 // FAN
#define FAN1_PIN PB1 // FAN1

//
// Thermocouples
Expand Down

0 comments on commit 8a3d0b2

Please sign in to comment.