Browse Source

Fix Chitu V5/V6 FAN2 pins (#19874)

vanilla_fb_2.0.x
Keith Bennett 4 years ago
committed by GitHub
parent
commit
f53d5a0872
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h
  2. 2
      Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h

2
Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h

@ -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

2
Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h

@ -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

Loading…
Cancel
Save