pointhi / kicad-footprint-generator

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

Add WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias #638

Open cronJ opened 3 years ago

cronJ commented 3 years ago

As suggested in https://github.com/KiCad/kicad-footprints/pull/2111 I tried to create the footprint, by adding the necessary data into the YAML file.

I couldn't find a documentation of all the available properties, so there are some deviations from the suggested land pattern. There should be five thermal vias, but currently I only could implement four.

The EP should be 1.8x1.8 mm according to the data sheet, but when I check the footprint in the GUI it is only 1.7x1.7 mm. Maybe someone can give me a hint here.

codeclimate[bot] commented 3 years ago

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

View more on Code Climate.

myfreescalewebpage commented 3 years ago

One comment right now, the name of the footprint has no ThermalVIa in the title and EP size to be fixed: "WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias" => "WQFN-20-1EP_3x3mm_P0.4mm_EP1.8x1.8mm"

myfreescalewebpage commented 3 years ago

Footprint has been merged