pointhi / kicad-footprint-generator

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

Convert SSOP-10_3.9x4.9mm_P1.00mm to generator, and add SOP-10_3.9x4.9mm_P1mm and NSOP-16_3.9x9.9mm_P1.27mm #645

Open thatoddmailbox opened 3 years ago

thatoddmailbox commented 3 years ago

This PR converts the existing SSOP-10_3.9x4.9mm_P1.00mm footprint to be automatically generated. (the name is overridden, so that it stays as P1.00mm rather than P1mm for compatibility).

This also adds some duplicate symbols:

(See KiCad/kicad-footprints#2432 for explanation/justification)

codeclimate[bot] commented 3 years ago

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

View more on Code Climate.

thatoddmailbox commented 3 years ago

I also found that I had to edit the other entries in soic.yaml to use {pincount:s} instead of {pincount:d}, due to the changes in commit 738ff16a0d95a86a6f97ad20959946049184558d. (it's a string now instead of a number)