From 364684f60e651bb50066abc7b5be28fd37575ca9 Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Thu, 1 Aug 2019 17:11:08 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ae804d7517..37ff96d431 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1190,7 +1190,7 @@ #if ENABLED(FILAMENT_RUNOUT_SENSOR) #define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each. - #if ENABLED(lerdgeFilSensor) + #if ENABLED(FilamentSensorLerdge) #define FIL_RUNOUT_INVERTING false // set to true to invert the logic of the sensor. #else #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensor.