devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
174 stars 46 forks source link

Bundling no connect pins leaves them connected #32

Closed joshtyler closed 6 years ago

joshtyler commented 6 years ago

The bundling behaviour (-b) is very useful for power and ground pins, but joins no connect pins which is not the correct behaviour. Is there any workaround for this?

Attached is an example component csv, resultant library, and a simple schematic showing the problem. Run the KiCad Electrical Rules Checker to demonstrate that pins 7 and 8 are erroneously connected.

The library was generated using kipart example.csv -b -o example.lib

example.zip

I'm running KiCad 4.0.7 on Arch linux, with KiPart installed from the AUR.