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:
@@ -39,5 +39,5 @@
|
||||
(pad 6 smd roundrect (at 3.535000 0.635000 90.0) (size 0.66 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
|
||||
(pad 7 smd roundrect (at 3.535000 -0.635000 90.0) (size 0.66 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
|
||||
(pad 8 smd roundrect (at 3.535000 -1.905000 90.0) (size 0.66 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
|
||||
(model Package_SO.3dshapes/SOIJ-8_5.3x5.3mm_P1.27mm.step (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)))
|
||||
(model ${KISYS3DMOD}/Package_SO.3dshapes/SOIJ-8_5.3x5.3mm_P1.27mm.step (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user