浏览代码

Add PICA Servo / E1 pins (#18100)

invalidflaw 5 年前
父节点
当前提交
de89a4b7c1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      Marlin/src/pins/mega/pins_PICA.h

+ 10
- 0
Marlin/src/pins/mega/pins_PICA.h 查看文件

@@ -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
 //

正在加载...
取消
保存