Browse Source

Merge pull request #8274 from tcm0116/2.0.x-re_arm_D8

[2.0.x] Correct RAMPS_D8_PIN for Re-ARM
Scott Lahteine 7 years ago
parent
commit
7e2fee9d56
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

+ 1
- 1
Marlin/src/pins/pins_RAMPS_RE_ARM.h View File

127
   #define MOSFET_D_PIN   -1
127
   #define MOSFET_D_PIN   -1
128
 #endif
128
 #endif
129
 #ifndef RAMPS_D8_PIN
129
 #ifndef RAMPS_D8_PIN
130
-  #define RAMPS_D8_PIN   P2_8
130
+  #define RAMPS_D8_PIN   P2_7
131
 #endif
131
 #endif
132
 #ifndef RAMPS_D9_PIN
132
 #ifndef RAMPS_D9_PIN
133
   #define RAMPS_D9_PIN   P2_4
133
   #define RAMPS_D9_PIN   P2_4

Loading…
Cancel
Save