🐛 Patch Creality RAMPS FET / FAN pins

Improvement for multi-hotend setup by TH3D.
This commit is contained in:
Scott Lahteine 2022-02-17 14:41:56 -06:00
parent bfdb7c7135
commit 4dfd398d7d

View File

@ -30,9 +30,8 @@
// //
// Heaters / Fans // Heaters / Fans
// //
#define MOSFET_B_PIN 7 // For HEATER_1_PIN ("EEF" or "EEB")
// Power outputs EFBF or EFBE #define FAN_PIN 9
#define MOSFET_D_PIN 7
#define FIL_RUNOUT_PIN 2 #define FIL_RUNOUT_PIN 2
#if NUM_RUNOUT_SENSORS >= 2 #if NUM_RUNOUT_SENSORS >= 2