diff --git a/Marlin/src/pins/rambo/pins_RAMBO.h b/Marlin/src/pins/rambo/pins_RAMBO.h index 5d6f9c1fd..1a6fd85a5 100644 --- a/Marlin/src/pins/rambo/pins_RAMBO.h +++ b/Marlin/src/pins/rambo/pins_RAMBO.h @@ -63,7 +63,6 @@ // Limit Switches // #define X_MIN_PIN 12 -#define X_MAX_PIN 24 #define Y_MIN_PIN 11 #define Y_MAX_PIN 23 #ifndef Z_MIN_PIN @@ -79,7 +78,9 @@ #endif #ifndef FIL_RUNOUT_PIN - #define FIL_RUNOUT_PIN 5 + #define FIL_RUNOUT_PIN 24 //using X max port and the same connector as the sidekick filament runout sensor +#else + #define X_MAX_PIN 24 #endif //