0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00

Fix Trigorilla Pro STOP pins (#20801)

This commit is contained in:
ellensp 2021-01-17 17:34:54 +13:00 committed by GitHub
parent 0fef29b6e3
commit 69a6d26c80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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