From 2a570b898300bf778f9586fd0feab06c15afdd88 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 4 Jun 2024 10:58:58 -0400 Subject: [PATCH] Update runout.h --- Marlin/src/feature/runout.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Marlin/src/feature/runout.h b/Marlin/src/feature/runout.h index 0c470e40cd..55aa39fb01 100644 --- a/Marlin/src/feature/runout.h +++ b/Marlin/src/feature/runout.h @@ -40,10 +40,6 @@ #endif //#define FILAMENT_RUNOUT_SENSOR_DEBUG -#ifndef FILAMENT_RUNOUT_THRESHOLD - #define FILAMENT_RUNOUT_THRESHOLD 5 -#endif - typedef Flags< #if NUM_MOTION_SENSORS > NUM_RUNOUT_SENSORS