|
@ -1,7 +1,7 @@ |
|
|
/**
|
|
|
/**
|
|
|
* pins.h |
|
|
* pins.h |
|
|
* |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#ifndef PINS_H |
|
|
#ifndef PINS_H |
|
|
#define PINS_H |
|
|
#define PINS_H |
|
|
|
|
|
|
|
@ -34,13 +34,7 @@ |
|
|
#include "pins_SETHI.h" |
|
|
#include "pins_SETHI.h" |
|
|
#elif MB(RAMPS_OLD) |
|
|
#elif MB(RAMPS_OLD) |
|
|
#include "pins_RAMPS_OLD.h" |
|
|
#include "pins_RAMPS_OLD.h" |
|
|
#elif MB(RAMPS_13_EFB) |
|
|
#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) |
|
|
#include "pins_RAMPS_13.h" |
|
|
|
|
|
#elif MB(RAMPS_13_EEB) |
|
|
|
|
|
#include "pins_RAMPS_13.h" |
|
|
|
|
|
#elif MB(RAMPS_13_EFF) |
|
|
|
|
|
#include "pins_RAMPS_13.h" |
|
|
|
|
|
#elif MB(RAMPS_13_EEF) |
|
|
|
|
|
#include "pins_RAMPS_13.h" |
|
|
#include "pins_RAMPS_13.h" |
|
|
#elif MB(DUEMILANOVE_328P) |
|
|
#elif MB(DUEMILANOVE_328P) |
|
|
#include "pins_DUEMILANOVE_328P.h" |
|
|
#include "pins_DUEMILANOVE_328P.h" |
|
|