🔧 Allow RAMPS FAN1_PIN override (#26725)
This commit is contained in:
parent
63989023b8
commit
7fbd9ec5f4
|
@ -245,7 +245,9 @@
|
||||||
#define HEATER_BED_PIN MOSFET_C_PIN
|
#define HEATER_BED_PIN MOSFET_C_PIN
|
||||||
#endif
|
#endif
|
||||||
#elif FET_ORDER_EFF // Hotend, Fan, Fan
|
#elif FET_ORDER_EFF // Hotend, Fan, Fan
|
||||||
|
#ifndef FAN1_PIN
|
||||||
#define FAN1_PIN MOSFET_C_PIN
|
#define FAN1_PIN MOSFET_C_PIN
|
||||||
|
#endif
|
||||||
#elif DISABLED(FET_ORDER_SF) // Not Spindle, Fan (i.e., "EFBF" or "EFBE")
|
#elif DISABLED(FET_ORDER_SF) // Not Spindle, Fan (i.e., "EFBF" or "EFBE")
|
||||||
#ifndef HEATER_BED_PIN
|
#ifndef HEATER_BED_PIN
|
||||||
#define HEATER_BED_PIN MOSFET_C_PIN
|
#define HEATER_BED_PIN MOSFET_C_PIN
|
||||||
|
|
Loading…
Reference in a new issue