Browse Source

🚸 Probe pins for Chitu V5 (#24910)

silycr 1 year ago
parent
commit
86aac677ac
No account linked to committer's email address
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h

+ 9
- 1
Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h View File

@@ -23,6 +23,14 @@
23 23
 
24 24
 #define BOARD_INFO_NAME "Chitu3D V5"
25 25
 
26
-#define Z_STOP_PIN                          PA14
26
+//
27
+// Servos
28
+//
29
+#define SERVO0_PIN                          PA13  // Z+ (behind FILAMENT) Pinout [+5v|G|S]
30
+
31
+//
32
+// Limit Switches
33
+//
34
+#define Z_STOP_PIN                          PA14  // Pinout [+12/24v|G|S]
27 35
 
28 36
 #include "pins_CHITU3D_common.h"

Loading…
Cancel
Save