Support for multiple filament runout sensors

This commit is contained in:
Scott Lahteine 2018-02-19 06:20:38 -06:00
parent 4813938a87
commit c04f8e8c9d
4 changed files with 72 additions and 19 deletions

View file

@ -724,7 +724,6 @@
// Sensors
#define HAS_FILAMENT_WIDTH_SENSOR (PIN_EXISTS(FILWIDTH))
#define HAS_FIL_RUNOUT (PIN_EXISTS(FIL_RUNOUT))
// User Interface
#define HAS_HOME (PIN_EXISTS(HOME))