Browse Source

Fix Trigorilla Pro STOP pins (#20801)

vanilla_fb_2.0.x
ellensp 3 years ago
committed by GitHub
parent
commit
69a6d26c80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Marlin/src/pins/stm32f1/pins_TRIGORILLA_PRO.h

4
Marlin/src/pins/stm32f1/pins_TRIGORILLA_PRO.h

@ -56,8 +56,8 @@
//
// Limit Switches
//
#define X_MAX_PIN PG10
#define Y_MAX_PIN PA12
#define X_STOP_PIN PG10
#define Y_STOP_PIN PA12
#define Z_MAX_PIN PA14
#define Z_MIN_PIN PA13

Loading…
Cancel
Save