From c94604f33186c957245d69101ab8385912d1e6e7 Mon Sep 17 00:00:00 2001 From: Jyers Date: Tue, 6 Apr 2021 15:53:20 -0400 Subject: [PATCH] Fixed Default Config Compile Issue --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2390a8ff3a44..55d6fa53c543 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1286,7 +1286,7 @@ * RAMPS-based boards use SERVO3_PIN for the first runout sensor. * For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc. */ -#define FILAMENT_RUNOUT_SENSOR +//#define FILAMENT_RUNOUT_SENSOR #if ENABLED(FILAMENT_RUNOUT_SENSOR) #define FIL_RUNOUT_ENABLED_DEFAULT false // Enable the sensor on startup. Override with M412 followed by M500. #define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.