0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 06:48:05 +00:00

🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340)

This commit is contained in:
mks-viva 2021-07-13 19:14:34 -05:00 committed by GitHub
parent 9a7727e61c
commit 4ac32b1993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@
//
// Limit Switches
//
#define X_DIAG_PIN PD15
#define X_DIAG_PIN PA15
#define Y_DIAG_PIN PD2
#define Z_DIAG_PIN PC8
#define E0_DIAG_PIN PC4