Skip to content

Commit 0ad4c86

Browse files
committed
Changes to the runout sensor
1 parent 0e5e47f commit 0ad4c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@
11841184
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
11851185
#define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500.
11861186
#define NUM_RUNOUT_SENSORS 2 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1187-
#define FIL_RUNOUT_STATE LOW // Pin state indicating that filament is NOT present.
1187+
#define FIL_RUNOUT_STATE HIGH // Pin state indicating that filament is NOT present.
11881188
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
11891189
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
11901190

0 commit comments

Comments
 (0)