Skip to content

Commit

Permalink
🚸 Probe pins for Chitu V5 (#24910)
Browse files Browse the repository at this point in the history
  • Loading branch information
silycr authored and thinkyhead committed Dec 16, 2022
1 parent 4d9bf91 commit bdd5da5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Marlin/src/pins/stm32f1/pins_CHITU3D_V5.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@

#define BOARD_INFO_NAME "Chitu3D V5"

#define Z_STOP_PIN PA14
//
// Servos
//
#define SERVO0_PIN PA13 // Z+ (behind FILAMENT) Pinout [+5v|G|S]

//
// Limit Switches
//
#define Z_STOP_PIN PA14 // Pinout [+12/24v|G|S]

#include "pins_CHITU3D_common.h"

0 comments on commit bdd5da5

Please sign in to comment.