mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-09 04:24:48 -06:00
🔧 FLY D5 — Servo and Probe pins (#28166)
This commit is contained in:
parent
eb2b8a1ddb
commit
ef8873d6ef
1 changed files with 10 additions and 0 deletions
|
|
@ -42,6 +42,11 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN PA8
|
||||
|
||||
//
|
||||
// Timers
|
||||
//
|
||||
|
|
@ -54,6 +59,11 @@
|
|||
#define X_STOP_PIN PB4
|
||||
#define Y_STOP_PIN PB3
|
||||
#define Z_STOP_PIN PD2
|
||||
|
||||
#ifndef Z_MIN_PROBE_PIN
|
||||
#define Z_MIN_PROBE_PIN PB5
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue