-
Notifications
You must be signed in to change notification settings - Fork 712
Conversation
These look a bit strange. (pads are quite far below the body. A bit untypical for gullwing parts.) Furthermore: use the same dimensioning style in the yaml file as in the datasheet. If the datasheet gives nominal plus tolerance then the yaml file should contain nominal plus tolerance. (If the datasheet gives minimum/maximum then use only min and max, if it gives minimum/nominal/maximum then include all 3) |
I was very puzzled with the extremely long pads. I recall seing another example that I followed, but unfortunately now I cannot find it. I'll fix this and update with commits. |
review comments added to the script pull request |
thanks |
* 'master' of github.com:KiCad/kicad-footprints: (41 commits) fixing partnumber of Slimstack 52991 connectors (KiCad#1642) Fix pad orientation of SW_Push_1P1T_NO_CK_KMR2 (KiCad#1593) added QFN-72 (KiCad#1632) Scripted TDK SLF series inductors (KiCad#1021) Add Linear Technology (Analog devices) MSOP-16 footprints (KiCad#1349) Add LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm (KiCad#1461) Fix courtyard clearances for scripted no lead footprints with pull back pins (KiCad#1630) Add VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias (KiCad#1605) Add QFN-40 footprint for IS31FL3736/7 (KiCad#1625) added L_Bourns_SRN8040TA (KiCad#1628) Added Palconn UTC16-G connector (KiCad#789) Package_SO: Add SOIC 8 5.257x5.275 (KiCad#1601) Added NXP_LGA-8 for MPL3115A2 (KiCad#1607) add Mini-Circuits XX112 SO package (KiCad#1062) add SMA jack Amphenol 132203-12 (KiCad#1456) Converter_ACDC: Add TMG 15 series (KiCad#1603) Add molex EDGELOCK (KiCad#1054) Abracon ASPI-0630LR inductor (KiCad#1503) Mentor 4 way lightpipes 1276.1004 and 1276.2004 (KiCad#1429) add E-Switch 800U in M6 variant (KiCad#1454) ...
Add scripted MSOP-16. Replacement of PR499
This pull request takes the footprints from PR499 #499 and script them.
EDIT: UPDATED FOOTPRINT PICTURES
EDIT: This PR no longer overwrites current footprints. They do however miss 3d models now.
Footprint 1:
Provide a URL to a datasheet for the footprint(s) you are contributing
http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081669_A_MS16.pdf
An example screenshot image is very helpful
Check the output of the Travis automated check scripts - fix any errors as required
No errors locally.
Footprint 2:
Provide a URL to a datasheet for the footprint(s) you are contributing
https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf
An example screenshot image is very helpful
Check the output of the Travis automated check scripts - fix any errors as required
Travis generates errors with solder paste marks.
Footprint 2_ThermalVias:
Provide a URL to a datasheet for the footprint(s) you are contributing
https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf
An example screenshot image is very helpful
Check the output of the Travis automated check scripts - fix any errors as required
Travis generates errors with solder paste marks. And generates errors on the vias because they are missing layers as per http://kicad-pcb.org/libraries/klc/F7.4/
NOTE: These three footprinst all overwrite existing versions of the corresponding packages. The footprints drawn in ttps://github.com//pull/499 were originally Linear Technology specific, but confering with @poeschlr lead to these footprints leaving out manufacturer information.
Scripting PR: pointhi/kicad-footprint-generator#281