🚸 Probe pins for Chitu V5 (#24910)

This commit is contained in:
silycr 2022-10-22 04:31:46 +10:30 committed by Scott Lahteine
parent 4d9bf91edc
commit bdd5da5098
1 changed files with 9 additions and 1 deletions

View File

@ -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"