🎨 Refactor MOSFET pins layout (#22983)

This commit is contained in:
Scott Lahteine
2021-10-19 05:59:48 -05:00
committed by GitHub
parent b69971f06a
commit 5f7c92dfbb
23 changed files with 175 additions and 289 deletions

View File

@@ -34,9 +34,9 @@
//
// Heaters / Fans
//
#define RAMPS_D10_PIN 9 // E
#define RAMPS_D9_PIN 7 // F PART FAN in front of board next to Extruder heat
// RAMPS_D8_PIN 8 // B
#define MOSFET_D_PIN 10 // F / E
#define MOSFET_A_PIN 9 // E
#define MOSFET_B_PIN 7 // F PART FAN in front of board next to Extruder heat
// MOSFET_C_PIN 8 // B
#define MOSFET_D_PIN 10 // F / E
#include "pins_RAMPS.h"