Merge pull request #4097 from thinkyhead/rc_fil_runout_cleanup
FIL_RUNOUT_INVERTING false by default
This commit is contained in:
commit
9beb3f2f5e
25 changed files with 28 additions and 28 deletions
|
|
@ -128,8 +128,8 @@
|
|||
* Filament Runout needs a pin and SD Support
|
||||
*/
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
#if !HAS_FILRUNOUT
|
||||
#error "FILAMENT_RUNOUT_SENSOR requires FILRUNOUT_PIN."
|
||||
#if !HAS_FIL_RUNOUT
|
||||
#error "FILAMENT_RUNOUT_SENSOR requires FIL_RUNOUT_PIN."
|
||||
#elif DISABLED(SDSUPPORT)
|
||||
#error "FILAMENT_RUNOUT_SENSOR requires SDSUPPORT."
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue