Browse Source

Move MOSFET changes above #include for RIGIDBOARD

Correction to #5629
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
e57c0fce66
  1. 9
      Marlin/pins_RIGIDBOARD.h

9
Marlin/pins_RIGIDBOARD.h

@ -33,6 +33,12 @@
#define Z_MIN_PROBE_PIN 19 // Z-MAX pin J14 End Stops #define Z_MIN_PROBE_PIN 19 // Z-MAX pin J14 End Stops
#endif #endif
//
// MOSFET changes
//
#define RAMPS_D10_PIN 9 // EXTRUDER 1
#define MOSFET_D_PIN 12 // EXTRUDER 2 or FAN
#include "pins_RAMPS.h" #include "pins_RAMPS.h"
// //
@ -76,9 +82,6 @@
// //
// Heaters / Fans // Heaters / Fans
// //
#define RAMPS_D10_PIN 9 // EXTRUDER 1
#define MOSFET_D_PIN 12 // EXTRUDER 2 or FAN
#undef HEATER_BED_PIN #undef HEATER_BED_PIN
#define HEATER_BED_PIN 10 #define HEATER_BED_PIN 10

Loading…
Cancel
Save