From e09ff7963585bca8307111a5b9ab84f1efce65ed Mon Sep 17 00:00:00 2001 From: RicardoGA Date: Mon, 10 Aug 2015 03:23:36 -0500 Subject: [PATCH] Update pins_RAMPS_13.h (PR#64) Now all ramps configuration can enable Filament sensor not only EEB --- Marlin/pins_RAMPS_13.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/pins_RAMPS_13.h b/Marlin/pins_RAMPS_13.h index f0cbe29c3..10fac9e04 100644 --- a/Marlin/pins_RAMPS_13.h +++ b/Marlin/pins_RAMPS_13.h @@ -66,7 +66,7 @@ #define SDSS 53 #define LED_PIN 13 -#if MB(RAMPS_13_EEB) && ENABLED(FILAMENT_SENSOR) // FMM added for Filament Extruder +#if ENABLED(FILAMENT_SENSOR) // FMM added for Filament Extruder // define analog pin for the filament width sensor input // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector #define FILWIDTH_PIN 5