Handle RAMPS 1.3 as the special case
This commit is contained in:
@@ -38,11 +38,9 @@
|
||||
#elif MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_14_EFB)
|
||||
#define IS_RAMPS_14
|
||||
#include "pins_RAMPS_13_EFB.h"
|
||||
#include "pins_RAMPS_14_EFB.h"
|
||||
#elif MB(RAMPS_14_EEB) || MB(RAMPS_14_EFF) || MB(RAMPS_14_EEF) || MB(RAMPS_14_SF)
|
||||
#define IS_RAMPS_14
|
||||
#include "pins_RAMPS_13.h"
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(GEN6)
|
||||
#include "pins_GEN6.h"
|
||||
#elif MB(GEN6_DELUXE)
|
||||
@@ -114,7 +112,7 @@
|
||||
#elif MB(LEAPFROG)
|
||||
#include "pins_LEAPFROG.h"
|
||||
#elif MB(BAM_DICE)
|
||||
#include "pins_RAMPS_13.h"
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(BAM_DICE_DUE)
|
||||
#include "pins_BAM_DICE_DUE.h"
|
||||
#elif MB(FELIX2)
|
||||
|
Reference in New Issue
Block a user