Skip to content

Commit

Permalink
Fix Chitu V5/V6 FAN2 pins (MarlinFirmware#19874)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Apr 26, 2021
1 parent cddcc36 commit d70591c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
//
#define CONTROLLER_FAN_PIN PD6 // BOARD FAN
#define FAN_PIN PG13 // FAN
#define FAN_PIN_2 PG14
#define FAN2_PIN PG14

//
// Misc
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
//
#define CONTROLLER_FAN_PIN PD6 // BOARD FAN
#define FAN_PIN PG13 // FAN
#define FAN_PIN_2 PG14
#define FAN2_PIN PG14

//
// Misc
Expand Down

0 comments on commit d70591c

Please sign in to comment.