KiCad / kicad-footprints

Official KiCad Footprint Libraries for Kicad version 5
https://kicad.github.io/footprints
Other
617 stars 714 forks source link

QFN16 3x3 for NCN4555 #1450

Closed jneiva08 closed 5 years ago

jneiva08 commented 5 years ago

Hi,

In the datasheet of NCN4555 says QFN16 3x3 P0.5.

The QFN-16 3x3 P0.5 EP1.75x175 don't exist. the more approximate in the repository is WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm.

The QFN-16 should be created or can use WQFN-16?

evanshultz commented 5 years ago

We aren't requiring this, not that I've seen anyway, but we would prefer if you create a footprint with the correct type.

This is because the WQFN and QFN likely have different heights and so the matching 3D model can reflect the actual package. Also, it avoid any confusion because the footprint in KiCad matches the package name from the datasheet.

Because the scripts easily allow making QFN footprints and 3D models it's easy to make a new footprint and so other contributors have already been doing this - making a QFN footprint even if an otherwise-identical WQFN footprint exists.

jneiva08 commented 5 years ago

Symbol: https://github.com/KiCad/kicad-symbols/pull/1601 Script: https://github.com/pointhi/kicad-footprint-generator/pull/306 Footprint: https://github.com/KiCad/kicad-footprints/pull/1458

myfreescalewebpage commented 5 years ago

Thanks @jneiva08 for the contribution, closing the issue now.

myfreescalewebpage commented 5 years ago

@evanshultz just realized you have assigned yourself, sorry for closing this at your place :) Anyway your answer is very nice because I have several PR in which people ask why we don't use existing approximative footprints, so now I will be able to link with this issue.