🔧 FLY D5 — Servo and Probe pins (#28166)

This commit is contained in:
Harald Wagener 2025-11-16 16:12:38 +01:00 committed by GitHub
parent eb2b8a1ddb
commit ef8873d6ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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