Browse Source
Merge pull request #8274 from tcm0116/2.0.x-re_arm_D8
[2.0.x] Correct RAMPS_D8_PIN for Re-ARM
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/pins/pins_RAMPS_RE_ARM.h
|
|
@ -127,7 +127,7 @@ |
|
|
|
#define MOSFET_D_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef RAMPS_D8_PIN |
|
|
|
#define RAMPS_D8_PIN P2_8 |
|
|
|
#define RAMPS_D8_PIN P2_7 |
|
|
|
#endif |
|
|
|
#ifndef RAMPS_D9_PIN |
|
|
|
#define RAMPS_D9_PIN P2_4 |
|
|
|