mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-30 19:30:46 -07:00
🚸 Probe pins for Chitu V5 (#24910)
This commit is contained in:
parent
70b3166715
commit
86aac677ac
1 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue