Move MOSFET changes above #include for RIGIDBOARD

Correction to #5629
This commit is contained in:
Scott Lahteine 2017-01-12 04:46:49 -08:00 committed by GitHub
parent fb3c30e24c
commit e57c0fce66

View file

@ -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