We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5e47f commit 0ad4c86Copy full SHA for 0ad4c86
1 file changed
Marlin/Configuration.h
@@ -1184,7 +1184,7 @@
1184
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
1185
#define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500.
1186
#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.
+ #define FIL_RUNOUT_STATE HIGH // Pin state indicating that filament is NOT present.
1188
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
1189
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
1190
0 commit comments