Closed rs-development closed 4 years ago
Don't. The whole point of the generator is generating IPC land patterns from package dimensions, not replicating suggested land patterns.
Oke that's fine. So am am using it just for a template generation.
See https://github.com/pointhi/kicad-footprint-generator/tree/master/scripts/Packages/Package_Gullwing__QFP_SOIC_SO for the gullwing generator which should help since it's a very similar script. A doc for the no-lead generator is being reviewed now.
I am reopening this, becouse of @poeschlr comment on the footprints PR.
https://github.com/KiCad/kicad-footprints/pull/2290#issuecomment-633941930
I am trying to create a footprint with the generator scripts.
https://www.diodes.com/assets/Package-Files/W-DFN3030-10-Type-TH.pdf
I am using the ipc_noLead_generator.py but i am missing a definition for fixed pin sizes to match the given landing pattern. How would you generate such footprint?