Browse Source
Merge pull request #8955 from Bob-the-Kuhn/bugfix-2.0.x
[2.0.x] fix include in pins_RAMPS_FD_V2.h
pull/1/head
Bob-the-Kuhn
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_FD_V2.h
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
|
|
|
#define BOARD_NAME "RAMPS-FD v2" |
|
|
|
|
|
|
|
#include "pins_RAMPS_FD.h" |
|
|
|
#include "pins_RAMPS_FD_V1.h" |
|
|
|
|
|
|
|
#undef INVERTED_HEATER_PINS |
|
|
|
#undef INVERTED_BED_PINS |
|
|
|