mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
✨ FILAMENT_SWITCH_AND_MOTION
MarlinFirmware/Marlin#25548 Co-Authored-By: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com>
This commit is contained in:
parent
ef69c3c25a
commit
fb49fbf2c8
338 changed files with 13859 additions and 1 deletions
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1913,6 +1913,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1990,6 +1990,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1991,6 +1991,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1986,6 +1986,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1913,6 +1913,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1913,6 +1913,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1913,6 +1913,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1917,6 +1917,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1917,6 +1917,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1917,6 +1917,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1917,6 +1917,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1967,6 +1967,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1927,6 +1927,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1927,6 +1927,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1909,6 +1909,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1909,6 +1909,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1926,6 +1926,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1918,6 +1918,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1925,6 +1925,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1927,6 +1927,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1919,6 +1919,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1920,6 +1920,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1913,6 +1913,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1915,6 +1915,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1932,6 +1932,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1935,6 +1935,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1910,6 +1910,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1914,6 +1914,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1916,6 +1916,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1912,6 +1912,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1911,6 +1911,47 @@
|
||||||
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
// as the filament moves. (Be sure to set FILAMENT_RUNOUT_DISTANCE_MM
|
||||||
// large enough to avoid false positives.)
|
// large enough to avoid false positives.)
|
||||||
//#define FILAMENT_MOTION_SENSOR
|
//#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue