Skip to content

Commit

Permalink
🩹 Allow max endstops MKS Monster 8 V2 (MarlinFirmware#24944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and SMHRambo committed Feb 7, 2023
1 parent ca2b855 commit 934abf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_V1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

//
Expand Down
8 changes: 7 additions & 1 deletion Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

#define BOARD_INFO_NAME "MKS Monster8 V2"

//
// Limit Switches
//
#define X_STOP_PIN PA14
#define Y_STOP_PIN PA15

//
// Steppers
//
Expand Down Expand Up @@ -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"
2 changes: 0 additions & 2 deletions Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 934abf1

Please sign in to comment.