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

Bug with complex components names #124

Closed GoalVolant closed 1 year ago

GoalVolant commented 2 years ago

Thanks for this very usefull work.

I got an error linked to the components naming when I'm using "sheet symbols" in Altium. For example I name a component ='U'+part_idx+3, so that the component of the first sheet is named U13, the one on the second sheet U23, etc...

I get this error when trying to open the .kicad_pcb : image

The line 792 of this file is : image

that made me think this component naming is the problem. Do you have an idea how to solve this ?

thesourcerer8 commented 2 years ago

Please provide a demo-file, which I can use for testing/developing.

thesourcerer8 commented 1 year ago

I just tried the new Altium Importer that has been integrated into Kicad itself (one in PcbNew and on in EESchema, to be found in "File -> Import -> Non-KiCad Files", and the results are much better than altium2kicad, so I would suggest to you use the KiCad integrated importer yourself instead of altium2kicad. If it works for you, please close this issue. If it doesn't work for you, please let me know.

GoalVolant commented 1 year ago

Indeed Kicad 7.0.0 provides a very nice importer ! Thanks for the support.