Fix unresolved 3D model paths in ipc_soic/ipc_capae footprints

Model refs were missing the ${KISYS3DMOD} prefix used elsewhere for
KiCad's bundled 3D shape libraries, so check_library.py flagged them
as unresolved.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 01:38:26 +02:00
co-authored by Claude Sonnet 5
parent 5c61d07095
commit 5aa2eab5aa
7 changed files with 7 additions and 7 deletions
@@ -39,5 +39,5 @@
(pad 6 smd roundrect (at 2.425000 0.635000 90.0) (size 0.66 2.07) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
(pad 7 smd roundrect (at 2.425000 -0.635000 90.0) (size 0.66 2.07) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
(pad 8 smd roundrect (at 2.425000 -1.905000 90.0) (size 0.66 2.07) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
(model Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.step (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)))
(model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.step (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)))
)