Skip to content

Updated and new pin sockets

KiCad Bot requested to merge github/fork/terjeio/master into master

Created by: terjeio

Added single row SMD for 2.00 and 2.54mm. Removed 3D model offsets and rotation so many legacy models can no longer be used.

SMD dimensions are from legacy footprints, there are many variants available and some does not match the legacy land pattern. Perhaps at least two different land patterns should be made for each?

Many overlapping line segments has been removed and small line segments has been joined when possible, resulting in more compact files.

Examples:

examples

PR for script here https://github.com/pointhi/kicad-footprint-generator/pull/82

More variants can be added later such as SMD with guide pins or bottom entry and THT single row with two pins per socket. More work needs to be done collecting and analyzing dimensions for those beforehand.

Scripted 3D models for all variants has been made and a PR for these will be made when this PR is eventually accepted.

Merge request reports