From d9c15a8793ec136b5faac782a37b3d86bdb6848b Mon Sep 17 00:00:00 2001 From: Axel Sepulveda Date: Thu, 2 Oct 2025 03:36:31 -0300 Subject: [PATCH] Fix: correct config for homing --- Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h b/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h index c203903800..2484ad85d9 100644 --- a/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h +++ b/Marlin/src/pins/mega/pins_MIGHTYBOARD_REVG.h @@ -45,12 +45,12 @@ // #define SERVO3_PIN 41 // G0 (1280-EX4) // -// Limit Switches -// -#define X_MIN_PIN 30 // C7 ** -// #define X_MAX_PIN 48 // L1 -#define Y_MIN_PIN 31 // C6 ** -// #define Y_MAX_PIN 46 // L3 +// 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