Skip to content

Altium schematic importer, bugfixes #2

Thomas Pointhuber requested to merge pointhi/kicad:altium_schematic-2 into master

This is a first update to the Altium schematic importer, to improve file parsing:

  • Use transformation matrix to convert from absolute to relative coordinates
  • Correctly parse Pins
  • Parse Junctions
  • Parse Shapes (Arc, Bezier, Circle, Line, Polyline, Polygon)

The import is still quite buggy, like disconnected pins, components wrongly rotated, overlapping components (likely due to multiple sheets), ... and so on. At least, it starts to look like a schematic now.

Merge request reports