Browse Source

Chitu V6 - Stepper Z2 pins (#18683)

Victor Oliveira 5 years ago
parent
commit
b9d4b0ddce
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h

+ 4
- 0
Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h View File

@@ -73,6 +73,10 @@
73 73
 #define Z_STEP_PIN                          PB9
74 74
 #define Z_DIR_PIN                           PE0
75 75
 
76
+#define Z2_ENABLE_PIN                       PF3
77
+#define Z2_STEP_PIN                         PF5
78
+#define Z2_DIR_PIN                          PF1
79
+
76 80
 #define E0_ENABLE_PIN                       PB8
77 81
 #define E0_STEP_PIN                         PB4
78 82
 #define E0_DIR_PIN                          PB5

Loading…
Cancel
Save