invalidflaw
5 anni fa
Nessun account collegato all'indirizzo email del committer
|
@@ -47,6 +47,12 @@
|
47
|
47
|
#endif
|
48
|
48
|
|
49
|
49
|
//
|
|
50
|
+// Servos
|
|
51
|
+//
|
|
52
|
+#define SERVO0_PIN 3
|
|
53
|
+#define SERVO1_PIN 4
|
|
54
|
+#define SERVO2_PIN 5
|
|
55
|
+//
|
50
|
56
|
// Limit Switches
|
51
|
57
|
//
|
52
|
58
|
#define X_MIN_PIN 14
|
|
@@ -75,6 +81,10 @@
|
75
|
81
|
#define E0_DIR_PIN 24
|
76
|
82
|
#define E0_ENABLE_PIN 26
|
77
|
83
|
|
|
84
|
+#define E1_STEP_PIN 68
|
|
85
|
+#define E1_DIR_PIN 28
|
|
86
|
+#define E1_ENABLE_PIN 27
|
|
87
|
+
|
78
|
88
|
//
|
79
|
89
|
// Temperature Sensors
|
80
|
90
|
//
|