From a4857f0c6854a2f3ea236f1d0f634604ccdf69b8 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 11 Nov 2020 00:36:07 -0600 Subject: [PATCH] space --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 398c5e2cfb..0036f40c4a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1187,7 +1187,7 @@ #define FIL_RUNOUT_ENABLED_DEFAULT true // 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. - #define FIL_RUNOUT_STATE LOW // Pin state indicating that filament is NOT present. + #define FIL_RUNOUT_STATE LOW // Pin state indicating that filament is NOT present. #define FIL_RUNOUT_PULL // Use internal pullup / pulldown for filament runout pins. // Override individually if the runout sensors vary