Skip to content

Improved the function 'is_graphic_symbol' to include testing if a footprint is specified.

Dewaldt Pretorius requested to merge Dewaldt/kicad-library-utils:master into master

Improved the function 'is_graphic_symbol' to include testing if a footprint is specified.

With reference to rule S7.2, a Graphic symbol does not correspond to a footprint. So if a footprint is specified, the symbol does not qualify as a graphical symbol.

Therefor rules in S7.2 does not apply to the symbol under test.

Merge request reports