Skip to content

Update two terminal smd chip packages to IPC-7351B

Some time ago @evanshultz or @Ratfink found a copy of IPC-7351B as a series of images on the net. (I can't quite remember who it was.) I now updated the two terminal chip packages to use the fillet definitions of this new standard.

The script update PR is found at: https://github.com/pointhi/kicad-footprint-generator/pull/133


The differences between the IPC-7351 and IPC-7351B are as follows: For square end < 0603 (nominal density):

  • Toe old = 0.1, new 0.2
  • Heel old = -0.05, new 0.0
  • Side unchanged at 0.0
  • Courtyard unchanged at 0.15
  • rounding base is now 0.02 for all measurements. (Was 0.05)

For square end >= 0603 (nominal density):

  • Toe unchanged at 0.35
  • Heel old = -0.05, new 0.0
  • Side unchanged at 0.0
  • Courtyard unchanged at 0.25
  • rounding base is now 0.05 for all measurements. (Was 0.02 for heel and toe direction and 0.1 for side direction)

for tantal and castelated on the round base did change. (The new standard universally uses 0.05 as the round base for them. The old standard had a mix of 0.02 and 0.1)


As an example here the difference for the 0603 footprints: screenshot from 2018-06-07 22-03-06


This should also help with the issue reported in https://github.com/KiCad/kicad-footprints/pull/639 as the G dimension is now even smaller than it was. (The contributor complained that it was too large in the past. But there was already one fix between the footprints he used and the ones that are in the repo right now.)

Merge request reports