AnyCubic Predator - filament runout sensor state (#423)

This commit is contained in:
Isaac W Hanson 2021-03-29 00:20:09 -04:00 committed by GitHub
parent 4ef06a5e5d
commit 72a0f2cdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1389,7 +1389,7 @@
#define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500.
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
#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.
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
//#define WATCH_ALL_RUNOUT_SENSORS // Execute runout script on any triggering sensor, not only for the active extruder.