Skip to content

Commit

Permalink
MKS SGen-L pins EEBF or EFBF scheme (#16296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferengi82 authored and thinkyhead committed Dec 22, 2019
1 parent 24eaf2d commit 2230ef6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,15 @@
//
#define HEATER_BED_PIN P2_05
#define HEATER_0_PIN P2_07
#define HEATER_1_PIN P2_06
#if HOTENDS == 1
#ifndef FAN1_PIN
#define FAN1_PIN P2_06
#endif
#else
#ifndef HEATER_1_PIN
#define HEATER_1_PIN P2_06
#endif
#endif
#ifndef FAN_PIN
#define FAN_PIN P2_04
#endif
Expand Down

0 comments on commit 2230ef6

Please sign in to comment.