Set flags for RAMPS "type" in pins.h
This commit is contained in:
@ -42,12 +42,34 @@
|
||||
#elif MB(RAMPS_OLD)
|
||||
#include "pins_RAMPS_OLD.h"
|
||||
#elif MB(RAMPS_13_EFB)
|
||||
#include "pins_RAMPS_13_EFB.h"
|
||||
#elif MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
|
||||
#define IS_RAMPS_EFB
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_13_EEB)
|
||||
#define IS_RAMPS_EEB
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_13_EFF)
|
||||
#define IS_RAMPS_EFF
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_13_EEF)
|
||||
#define IS_RAMPS_EEF
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_13_SF)
|
||||
#define IS_RAMPS_SF
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_14_EFB)
|
||||
#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_EFB
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(RAMPS_14_EEB)
|
||||
#define IS_RAMPS_EEB
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(RAMPS_14_EFF)
|
||||
#define IS_RAMPS_EFF
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(RAMPS_14_EEF)
|
||||
#define IS_RAMPS_EEF
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(RAMPS_14_SF)
|
||||
#define IS_RAMPS_SF
|
||||
#include "pins_RAMPS_14.h"
|
||||
#elif MB(GEN6)
|
||||
#include "pins_GEN6.h"
|
||||
|
Reference in New Issue
Block a user