Skip to content

Fix pad sizes for two terminal smd devices (issue #466)

Rene Poeschl requested to merge github/fork/poeschlr/fix_padsize_rlc into master

The wrong IPC tables have been used for devices >=0603_1605Metric For devices where the dimension S instead of T was given, Smax was used instead fo Smax(RMS).

The example footprint given in #466 (closed): Dimension G of the 2512 (6332Metric) footprint is now 4.54mm which is approximately Smin - 2Heel = 4.45 - 2(-0.05). The small difference comes from other considered tolerances.

Script pull request: https://github.com/pointhi/kicad-footprint-generator/pull/119

Merge request reports