From e57c0fce66d7ff9879b1df49d7f43a7793143b32 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 12 Jan 2017 04:46:49 -0800 Subject: [PATCH] Move MOSFET changes above #include for RIGIDBOARD Correction to #5629 --- Marlin/pins_RIGIDBOARD.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Marlin/pins_RIGIDBOARD.h b/Marlin/pins_RIGIDBOARD.h index bcd1437c0..887ca7d05 100644 --- a/Marlin/pins_RIGIDBOARD.h +++ b/Marlin/pins_RIGIDBOARD.h @@ -33,6 +33,12 @@ #define Z_MIN_PROBE_PIN 19 // Z-MAX pin J14 End Stops #endif +// +// MOSFET changes +// +#define RAMPS_D10_PIN 9 // EXTRUDER 1 +#define MOSFET_D_PIN 12 // EXTRUDER 2 or FAN + #include "pins_RAMPS.h" // @@ -76,9 +82,6 @@ // // Heaters / Fans // -#define RAMPS_D10_PIN 9 // EXTRUDER 1 -#define MOSFET_D_PIN 12 // EXTRUDER 2 or FAN - #undef HEATER_BED_PIN #define HEATER_BED_PIN 10