diff --git a/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h b/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h index 0072a41d29..b0aae384de 100644 --- a/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h +++ b/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h @@ -47,12 +47,9 @@ // // Limit Switches: X and Y go to max, Z to min // -// #define X_MIN_PIN 30 // C7 -#define X_MAX_PIN 30 // C7 -// #define Y_MIN_PIN 31 // C6 -#define Y_MAX_PIN 31 // C6 -#define Z_MIN_PIN 32 // C5 -// #define Z_MAX_PIN 42 // L7 +#define X_STOP_PIN 30 // C7 +#define Y_STOP_PIN 31 // C6 +#define Z_MIN_PIN 32 // C5 // // Z Probe (when not Z_MIN_PIN)