From 66bde873b1da4552312a227ee7f7974119ce19c6 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Fri, 11 Feb 2022 13:42:09 -0600 Subject: [PATCH] using X max connection on rambo for foilament runout --- Marlin/src/pins/rambo/pins_RAMBO.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 //