Skip to content

added check for mismatch between the footprint field contents and the filters

KiCad Bot requested to merge github/fork/jkriege2/extend_footprint_checks into master

Created by: jkriege2

I noticed that for several submissions we weither habe only the footprint field or only filters set, but not both as required for S5.1/5.2. So I came up with this check for these problems ...

  • too many/too few filters
  • single-filter but no footprint field ...
  • check FPFilter(s) against provided default footprint

Note: This might lead to errors for generic components like LEDs with LED* FPFilter only, but these cause several errors anyways!

Edited by Joel Guittet

Merge request reports