lachlanA / eagle-to-kicad

Eagle SCH/LIB to KiCad SCH/LIB ULP conversion script
GNU General Public License v2.0
424 stars 58 forks source link

Problems with some net's being split in two, on KiCad net list read, by adding / to net name #2

Closed lachlanA closed 9 years ago

lachlanA commented 9 years ago

When KiCad pcbnew reads the net list it some time's split's the net's by adding / to the net, and not other part's of same the net, Example, GND will be split, with say the fill's still having GND net list name and pad's having /GND, not sure why yet. Or what I'm doing wrong to make this happen.

Lachlan

lachlanA commented 9 years ago

Fix's net name's no longer get split, and fixed Power supple issues in the Library conversion for virtual power pins