pointhi / kicad-footprint-generator

creating kicad footprints using python scripts
GNU General Public License v3.0
186 stars 175 forks source link

Fix pin numbering in 1.5mm pitch Pico-Lock connectors (504050 series) #628

Closed justyn closed 3 years ago

justyn commented 3 years ago

The existing values produce reversed ordering for pad numbering when compared against datasheet, and the physical circuit 1 indicator on the connector itself.

Pad 1 is the right-most pad in the orientation shown on the datasheet (insertion from top of diagram).

Because the smd_single_row_plus_mounting_pad.py script always places pad 1 on the left, this patch changes the rotation of the generated footprints by 180 degrees, fixing the pin numbering.

The connector family page is here, the datasheet here.

This fixes https://github.com/KiCad/kicad-footprints/issues/2465, PR submitted here: https://github.com/KiCad/kicad-footprints/pull/2466

image

image

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit cfc297b5 and detected 0 issues on this pull request.

View more on Code Climate.