KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Use option flag to decide if symbol is a power symbol #266

Closed seppestas closed 5 years ago

seppestas commented 5 years ago

This fixes the PWR_FLAG symbol violating KLC rule S6.2 "Ref(erence) field must be VISIBLE" because it does not use the #PWR reference.

See section 2.3 - Description of a component in the KiCad file formats specification.

poeschlr commented 5 years ago

We might even go one step further. If the reference starts with "#" then it can be invisible. (the option could be used as a second indicator)