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

This commit is contained in:
ellensp 2022-11-14 17:45:28 +13:00 committed by Scott Lahteine
parent c9fa680db9
commit 0de4ec4099
3 changed files with 9 additions and 3 deletions

View File

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

View File

@ -23,6 +23,12 @@
#define BOARD_INFO_NAME "MKS Monster8 V2"
//
// Limit Switches
//
#define X_STOP_PIN PA14
#define Y_STOP_PIN PA15
//
// Steppers
//
@ -52,6 +58,6 @@
#define WIFI_RESET_PIN PD14 // MKS ESP WIFI RESET PIN
#endif
#define NEOPIXEL_PIN PC5
#define NEOPIXEL_PIN PC5
#include "pins_MKS_MONSTER8_common.h"

View File

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