thesourcerer8 / altium2kicad

Altium to KiCad converter for PCB and schematics
https://www2.futureware.at/KiCad/
GNU General Public License v2.0
853 stars 154 forks source link

Coping with active-low (bar) nets, in the same way the schematic converter does. #128

Closed IJeffray closed 2 years ago

IJeffray commented 2 years ago

The schematic converter converts A\B\C\ to ~ABC~ as required, but the PCB converter didn't - so copy that logic, otherwise the PCB file won't load in to KiCad. Also fix the fact everything appears to be hard tagged as net 1 which isn't helpful.