Skip to content

Commit bdd5da5

Browse files
silycrthinkyhead
authored andcommitted
🚸 Probe pins for Chitu V5 (MarlinFirmware#24910)
1 parent 4d9bf91 commit bdd5da5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323

2424
#define BOARD_INFO_NAME "Chitu3D V5"
2525

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]
2735

2836
#include "pins_CHITU3D_common.h"

0 commit comments

Comments
 (0)