Browse Source

Fix Trigorilla Pro STOP pins (#20801)

ellensp 4 years ago
parent
commit
69a6d26c80
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/stm32f1/pins_TRIGORILLA_PRO.h

+ 2
- 2
Marlin/src/pins/stm32f1/pins_TRIGORILLA_PRO.h View File

56
 //
56
 //
57
 // Limit Switches
57
 // Limit Switches
58
 //
58
 //
59
-#define X_MAX_PIN                           PG10
60
-#define Y_MAX_PIN                           PA12
59
+#define X_STOP_PIN                          PG10
60
+#define Y_STOP_PIN                          PA12
61
 #define Z_MAX_PIN                           PA14
61
 #define Z_MAX_PIN                           PA14
62
 #define Z_MIN_PIN                           PA13
62
 #define Z_MIN_PIN                           PA13
63
 
63
 

Loading…
Cancel
Save