mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-29 13:19:53 +00:00
🔧 Allow RAMPS FAN1_PIN override (#26725)
This commit is contained in:
parent
63989023b8
commit
7fbd9ec5f4
1 changed files with 3 additions and 1 deletions
|
@ -245,7 +245,9 @@
|
|||
#define HEATER_BED_PIN MOSFET_C_PIN
|
||||
#endif
|
||||
#elif FET_ORDER_EFF // Hotend, Fan, Fan
|
||||
#define FAN1_PIN MOSFET_C_PIN
|
||||
#ifndef FAN1_PIN
|
||||
#define FAN1_PIN MOSFET_C_PIN
|
||||
#endif
|
||||
#elif DISABLED(FET_ORDER_SF) // Not Spindle, Fan (i.e., "EFBF" or "EFBE")
|
||||
#ifndef HEATER_BED_PIN
|
||||
#define HEATER_BED_PIN MOSFET_C_PIN
|
||||
|
|
Loading…
Reference in a new issue