This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pin numbering in 1.5mm pitch Pico-Lock connectors (504050 series) (…
…#2466) The existing footprints have reversed pin ordering, so that pad 1 does not match that on the datasheet or indicated by the pin 1 indicator on the connector itself. The footprints are created with kicad-footprint-generator with ``` smd_single_row_plus_mounting_pad.py conn_molex.yaml ``` Footprints generated by this script must always have pin 1 on the left-most side, so in order to fix the numbering the connectors are rotated by 180 degrees. This update also fixes incorrect tags that specified "top entry" instead of "horizontal". (cherry picked from commit 8750227)
- Loading branch information
Showing
7 changed files
with
269 additions
and
269 deletions.
There are no files selected for viewing
70 changes: 35 additions & 35 deletions
70
Connector_Molex.pretty/Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal.kicad_mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 36 additions & 36 deletions
72
Connector_Molex.pretty/Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal.kicad_mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 37 additions & 37 deletions
74
Connector_Molex.pretty/Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal.kicad_mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.