pointhi / kicad-footprint-generator

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

Add DFN-8 for Linear LTC2451 #569

Closed yankee14 closed 4 years ago

yankee14 commented 4 years ago

Add 8-pin DFN with 1 EP from Linear LTC2451

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/2451fg.pdf#page=17

kicad-symbols: https://github.com/KiCad/kicad-symbols/pull/2791 kicad-footprints: https://github.com/KiCad/kicad-footprints/pull/2312 kicad-footprint-generator: https://github.com/pointhi/kicad-footprint-generator/pull/569

Screencap:

DFN-8-1EP_2x3mm_P0 5mm_EP0 56x2

image

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 248113bb and detected 0 issues on this pull request.

View more on Code Climate.

yankee14 commented 4 years ago

Ignore git branch name, I misread the datasheet when I branched.

yankee14 commented 4 years ago

The silkscreen line is confusing, it suggests pin 1 is on the top right. But the assembly layer shows it correctly.

EDIT: Well, they're all like that, so at least it's consistent. That threw me off during layout.

yankee14 commented 4 years ago

Hmm I have never seen this change request feature before. Is it like applying patch files? This is cool.