MKS SGen-L pins EEBF or EFBF scheme (#16296)
This commit is contained in:
parent
24eaf2d7e0
commit
2230ef6e09
1 changed files with 9 additions and 1 deletions
|
@ -166,7 +166,15 @@
|
||||||
//
|
//
|
||||||
#define HEATER_BED_PIN P2_05
|
#define HEATER_BED_PIN P2_05
|
||||||
#define HEATER_0_PIN P2_07
|
#define HEATER_0_PIN P2_07
|
||||||
|
#if HOTENDS == 1
|
||||||
|
#ifndef FAN1_PIN
|
||||||
|
#define FAN1_PIN P2_06
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
#ifndef HEATER_1_PIN
|
||||||
#define HEATER_1_PIN P2_06
|
#define HEATER_1_PIN P2_06
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
#ifndef FAN_PIN
|
#ifndef FAN_PIN
|
||||||
#define FAN_PIN P2_04
|
#define FAN_PIN P2_04
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue