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:
parent
9a7727e61c
commit
4ac32b1993
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue