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:
@@ -55,5 +55,5 @@
|
||||
(pad 14 smd roundrect (at 2.475000 -1.905000 90.0) (size 0.60 1.97) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
|
||||
(pad 15 smd roundrect (at 2.475000 -3.175000 90.0) (size 0.60 1.97) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
|
||||
(pad 16 smd roundrect (at 2.475000 -4.445000 90.0) (size 0.60 1.97) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2500))
|
||||
(model Package_SO.3dshapes/SOIC-16_3.9x9.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-16_3.9x9.9mm_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