✨ FILAMENT_SWITCH_AND_MOTION (#25548)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -1903,6 +1903,47 @@
|
||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||
// large enough to avoid false positives.)
|
||||
//#define FILAMENT_MOTION_SENSOR
|
||||
|
||||
#if ENABLED(FILAMENT_MOTION_SENSOR)
|
||||
//#define FILAMENT_SWITCH_AND_MOTION
|
||||
#if ENABLED(FILAMENT_SWITCH_AND_MOTION)
|
||||
#define NUM_MOTION_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_MOTION#_PIN for each.
|
||||
//#define FIL_MOTION1_PIN -1
|
||||
|
||||
// Override individually if the motion sensors vary
|
||||
//#define FIL_MOTION1_STATE LOW
|
||||
//#define FIL_MOTION1_PULLUP
|
||||
//#define FIL_MOTION1_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION2_STATE LOW
|
||||
//#define FIL_MOTION2_PULLUP
|
||||
//#define FIL_MOTION2_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION3_STATE LOW
|
||||
//#define FIL_MOTION3_PULLUP
|
||||
//#define FIL_MOTION3_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION4_STATE LOW
|
||||
//#define FIL_MOTION4_PULLUP
|
||||
//#define FIL_MOTION4_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION5_STATE LOW
|
||||
//#define FIL_MOTION5_PULLUP
|
||||
//#define FIL_MOTION5_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION6_STATE LOW
|
||||
//#define FIL_MOTION6_PULLUP
|
||||
//#define FIL_MOTION6_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION7_STATE LOW
|
||||
//#define FIL_MOTION7_PULLUP
|
||||
//#define FIL_MOTION7_PULLDOWN
|
||||
|
||||
//#define FIL_MOTION8_STATE LOW
|
||||
//#define FIL_MOTION8_PULLUP
|
||||
//#define FIL_MOTION8_PULLDOWN
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user