mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 23:00:50 +00:00
🐛 Patch Creality RAMPS FET / FAN pins
Improvement for multi-hotend setup by TH3D.
This commit is contained in:
parent
10c0b9423d
commit
7b25b9ec5b
1 changed files with 2 additions and 3 deletions
|
@ -30,9 +30,8 @@
|
|||
//
|
||||
// Heaters / Fans
|
||||
//
|
||||
|
||||
// Power outputs EFBF or EFBE
|
||||
#define MOSFET_D_PIN 7
|
||||
#define MOSFET_B_PIN 7 // For HEATER_1_PIN ("EEF" or "EEB")
|
||||
#define FAN_PIN 9
|
||||
|
||||
#define FIL_RUNOUT_PIN 2
|
||||
#if NUM_RUNOUT_SENSORS >= 2
|
||||
|
|
Loading…
Reference in a new issue