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 #295

Closed seppestas closed 5 years ago

seppestas commented 5 years ago

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

poeschlr commented 5 years ago

Thanks