🩹 No pulldowns on CR-10 V3 (#706)

This commit is contained in:
ellensp 2022-04-10 20:57:38 +12:00 committed by GitHub
parent e1354bbeec
commit b2b994d3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1608,7 +1608,7 @@
#define FIL_RUNOUT_STATE LOW // 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 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.
// This is automatically enabled for MIXING_EXTRUDERs.