Browse Source

Move MOSFET changes above #include for RIGIDBOARD

Correction to #5629
Scott Lahteine 7 years ago
parent
commit
e57c0fce66
1 changed files with 6 additions and 3 deletions
  1. 6
    3
      Marlin/pins_RIGIDBOARD.h

+ 6
- 3
Marlin/pins_RIGIDBOARD.h View File

@@ -33,6 +33,12 @@
33 33
   #define Z_MIN_PROBE_PIN  19    // Z-MAX pin J14 End Stops
34 34
 #endif
35 35
 
36
+//
37
+// MOSFET changes
38
+//
39
+#define RAMPS_D10_PIN       9 // EXTRUDER 1
40
+#define MOSFET_D_PIN       12 // EXTRUDER 2 or FAN
41
+
36 42
 #include "pins_RAMPS.h"
37 43
 
38 44
 //
@@ -76,9 +82,6 @@
76 82
 //
77 83
 // Heaters / Fans
78 84
 //
79
-#define RAMPS_D10_PIN       9 // EXTRUDER 1
80
-#define MOSFET_D_PIN       12 // EXTRUDER 2 or FAN
81
-
82 85
 #undef  HEATER_BED_PIN
83 86
 #define HEATER_BED_PIN     10
84 87
 

Loading…
Cancel
Save