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
@@ -59,5 +59,5 @@
(pad 16 smd roundrect (at 4.725000 -2.540000 90.0) (size 0.56 1.76) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
(pad 17 smd roundrect (at 4.725000 -3.810000 90.0) (size 0.56 1.76) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
(pad 18 smd roundrect (at 4.725000 -5.080000 90.0) (size 0.56 1.76) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
(model Package_SO.3dshapes/SOIC-18W_7.5x11.6mm_P1.27mm.step (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)))
(model ${KISYS3DMOD}/Package_SO.3dshapes/SOIC-18W_7.5x11.6mm_P1.27mm.step (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)))
)