thesourcerer8 / altium2kicad

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

import a board with a transistor: not all elements are seen as the footprint #61

Open cdwijs opened 5 years ago

cdwijs commented 5 years ago

Hi All,

I've made an Altium file with an BC547 transistor. After conversion, I see 3 pads with holes, the designator (Q1), the 2 arcs and a line on the silkscreen, and the comment "NPN General Purpose Amplifier". When I right-click, clarify selection, footprint Q1 on F.cu, and move, I see only the 3 pads and the comment move, the other elements stay at the same place.

On closer inspection, sub HandleArc($$$$) does not have the needed info. In the .PcbDoc, the arc is stored with the position relative from the 0 point of the board, not relative to the 0 point of the footprint.

Cheers, Cedric