Skip to content

Commit

Permalink
Rely on MOSFET_*_PIN defaults from pins_RAMPS.h
Browse files Browse the repository at this point in the history
Keep default pins, but disable them for documentation purposes
  • Loading branch information
thisiskeithb committed Apr 18, 2024
1 parent 37f8cdc commit 8eaac5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/pins/ramps/pins_MKS_GEN_L.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
// Heaters / Fans
//

#define HEATER_BED_PIN 8 // H-BED
#define HEATER_0_PIN 10 // HE0
//#define HEATER_BED_PIN 8 // H-BED / "MOSFET_C_PIN"
//#define HEATER_0_PIN 10 // HE0 / "MOSFET_A_PIN"
#if ANY(HAS_MULTI_HOTEND, HEATERS_PARALLEL)
#define HEATER_1_PIN 7 // HE1
#else
#define FAN1_PIN 7 // HE1
#endif

#define FAN0_PIN 9 // FAN
//#define FAN0_PIN 9 // FAN / "MOSFET_B_PIN"

//
// CS Pins wired to avoid conflict with the LCD
Expand Down

0 comments on commit 8eaac5f

Please sign in to comment.