Browse Source

Fix RigidBoard FAN_PIN collision

Scott Lahteine 7 years ago
parent
commit
7391e23332
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/pins/pins_RIGIDBOARD.h

+ 1
- 0
Marlin/src/pins/pins_RIGIDBOARD.h View File

36
 //
36
 //
37
 // MOSFET changes
37
 // MOSFET changes
38
 //
38
 //
39
+#define RAMPS_D9_PIN        8   // FAN (by default)
39
 #define RAMPS_D10_PIN       9   // EXTRUDER 1
40
 #define RAMPS_D10_PIN       9   // EXTRUDER 1
40
 #define MOSFET_D_PIN       12   // EXTRUDER 2 or FAN
41
 #define MOSFET_D_PIN       12   // EXTRUDER 2 or FAN
41
 
42
 

Loading…
Cancel
Save