Browse Source

🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340)

mks-viva 4 years ago
parent
commit
4ac32b1993
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h

+ 1
- 1
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h View File

@@ -59,7 +59,7 @@
59 59
 //
60 60
 // Limit Switches
61 61
 //
62
-#define X_DIAG_PIN                          PD15
62
+#define X_DIAG_PIN                          PA15
63 63
 #define Y_DIAG_PIN                          PD2
64 64
 #define Z_DIAG_PIN                          PC8
65 65
 #define E0_DIAG_PIN                         PC4

Loading…
Cancel
Save