Browse Source

MKS SGEN L V2 adaptable heaters/fans (#19462)

vanilla_fb_2.0.x
makerbase 4 years ago
committed by GitHub
parent
commit
63e7ae793b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h

16
Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h

@ -207,20 +207,20 @@
//
#define HEATER_BED_PIN P2_05
#define HEATER_0_PIN P2_07
#if HOTENDS == 1
#ifndef FAN1_PIN
#define FAN1_PIN P2_06
#endif
#else
#if HAS_MULTI_HOTEND
#ifndef HEATER_1_PIN
#define HEATER_1_PIN P2_06
#endif
#else
#ifndef FAN2_PIN
#define FAN2_PIN P2_06 // HE1 for FAN3
#endif
#endif
#ifndef FAN_PIN
#define FAN_PIN P2_04
#define FAN_PIN P2_04 // FAN1
#endif
#ifndef FAN2_PIN
#define FAN2_PIN P1_04
#ifndef FAN1_PIN
#define FAN1_PIN P1_04 // FAN2
#endif
//

Loading…
Cancel
Save