From 5c8107bcdd49162e0a66138d144db28bb432d72c Mon Sep 17 00:00:00 2001 From: Filip Mulier Date: Sun, 9 Nov 2014 13:26:02 -0600 Subject: [PATCH] Commented out FILAMENT_SENSOR #define Commented out the FILAMENT_SENSOR define so that it is not enabled by default. Code does not work on all hardware variants. --- Marlin/Configuration.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d2aba196d9..2702024e56 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -777,7 +777,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of * 301 - Rambo - uses Analog input 3 * Note may require analog pins to be defined for different motherboards **********************************************************************/ -#define FILAMENT_SENSOR +// Uncomment below to enable +//#define FILAMENT_SENSOR + #define FILAMENT_SENSOR_EXTRUDER_NUM 0 //The number of the extruder that has the filament sensor (0,1,2) #define MEASUREMENT_DELAY_CM 14 //measurement delay in cm. This is the distance from filament sensor to middle of barrel