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

This commit is contained in:
ellensp 2022-04-10 20:57:38 +12:00 committed by Scott Lahteine
parent add96bef40
commit e47e9367ff

View file

@ -1496,7 +1496,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.