|
@@ -1,7 +1,7 @@
|
1
|
1
|
/**
|
2
|
2
|
* pins.h
|
3
|
|
- *
|
4
|
3
|
*/
|
|
4
|
+
|
5
|
5
|
#ifndef PINS_H
|
6
|
6
|
#define PINS_H
|
7
|
7
|
|
|
@@ -34,13 +34,7 @@
|
34
|
34
|
#include "pins_SETHI.h"
|
35
|
35
|
#elif MB(RAMPS_OLD)
|
36
|
36
|
#include "pins_RAMPS_OLD.h"
|
37
|
|
-#elif MB(RAMPS_13_EFB)
|
38
|
|
- #include "pins_RAMPS_13.h"
|
39
|
|
-#elif MB(RAMPS_13_EEB)
|
40
|
|
- #include "pins_RAMPS_13.h"
|
41
|
|
-#elif MB(RAMPS_13_EFF)
|
42
|
|
- #include "pins_RAMPS_13.h"
|
43
|
|
-#elif MB(RAMPS_13_EEF)
|
|
37
|
+#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF)
|
44
|
38
|
#include "pins_RAMPS_13.h"
|
45
|
39
|
#elif MB(DUEMILANOVE_328P)
|
46
|
40
|
#include "pins_DUEMILANOVE_328P.h"
|