🩹 Allow max endstops MKS Monster 8 V2 (#24944)

This commit is contained in:
ellensp 2022-11-14 17:45:28 +13:00 committed by GitHub
parent dbd5dc4eb7
commit abc931629f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -26,7 +26,9 @@
// //
// Limit Switches // Limit Switches
// //
#define X_MIN_PIN PA14
#define X_MAX_PIN PA13 #define X_MAX_PIN PA13
#define Y_MIN_PIN PA15
#define Y_MAX_PIN PC5 #define Y_MAX_PIN PC5
// //

View file

@ -23,6 +23,12 @@
#define BOARD_INFO_NAME "MKS Monster8 V2" #define BOARD_INFO_NAME "MKS Monster8 V2"
//
// Limit Switches
//
#define X_STOP_PIN PA14
#define Y_STOP_PIN PA15
// //
// Steppers // Steppers
// //

View file

@ -64,8 +64,6 @@
#define E4_DIAG_PIN -1 // Driver7 diag signal is not connected #define E4_DIAG_PIN -1 // Driver7 diag signal is not connected
// Limit Switches for endstops // Limit Switches for endstops
#define X_MIN_PIN PA14
#define Y_MIN_PIN PA15
#define Z_MIN_PIN PB13 #define Z_MIN_PIN PB13
#define Z_MAX_PIN PB12 #define Z_MAX_PIN PB12