Skip to content

Regenerate all Gullwing packages with KiCad ordering

John Beard requested to merge johnbeard/kicad-footprints:regen_gullwing into master

Regenerates the IPC gullwing footprints with kicad-footprint-generator!1176 (merged)

This allows future commits of generated footprints to have diffs that only contain the useful parts. This also means the footprints are no longer at risk of diverging between generator and footprint repo, with important differences masked by noise in the diffs.

Expected changes:

  • Fields/properties not added by the generators are omitted
  • UUIDs omitted
  • Polygon points formatted slightly differently
  • A few cases of old "fill yes" nodes being replaced with "fill solid", which is correct in current KiCad.

There should be no graphical or geometry changes (unless the generator has changes, which I think it has not)

Edited by John Beard

Merge request reports