Browse Source

Add PICA Servo / E1 pins (#18100)

invalidflaw 5 years ago
parent
commit
de89a4b7c1
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Marlin/src/pins/mega/pins_PICA.h

+ 10
- 0
Marlin/src/pins/mega/pins_PICA.h View File

47
 #endif
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
 // Limit Switches
56
 // Limit Switches
51
 //
57
 //
52
 #define X_MIN_PIN                             14
58
 #define X_MIN_PIN                             14
75
 #define E0_DIR_PIN                            24
81
 #define E0_DIR_PIN                            24
76
 #define E0_ENABLE_PIN                         26
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
 // Temperature Sensors
89
 // Temperature Sensors
80
 //
90
 //

Loading…
Cancel
Save