Remove a test from pins_RAMPS_13.h

- Add 3 new lines to `pins.h` to remove 2 redundant tests in
`pins_RAMPS_13.h`
This commit is contained in:
Scott Lahteine
2015-06-14 23:17:00 -07:00
committed by Richard Wackerbarth
parent b93cddfcc9
commit 346c8b339b
2 changed files with 6 additions and 3 deletions

View File

@@ -34,7 +34,10 @@
#include "pins_SETHI.h"
#elif MB(RAMPS_OLD)
#include "pins_RAMPS_OLD.h"
#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
#elif MB(RAMPS_13_EFB)
#define IS_RAMPS_EFB
#include "pins_RAMPS_13.h"
#elif MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
#include "pins_RAMPS_13.h"
#elif MB(GEN6)
#include "pins_GEN6.h"