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