Skip to content

Commit

Permalink
Update broken 3dshapes
Browse files Browse the repository at this point in the history
The KiCad library naming convention has changed over time and as a
result many of the 3dshapes are not correctly referenced.
  • Loading branch information
awigen committed May 23, 2020
1 parent 9f7056d commit 1ae1a12
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
(pad 3 smd roundrect (at -7.9 -5) (size 1.5 0.25) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(pad 2 smd roundrect (at -7.9 -5.5) (size 1.5 0.25) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(pad 1 smd roundrect (at -7.9 -6) (size 1.5 0.25) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(model Housings_QFP.3dshapes/LQFP-100_14x14mm_Pitch0.5mm.wrl
(model Package_QFP.3dshapes/LQFP-100_14x14mm_P0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
(pad 3 smd roundrect (at -4.35 -1.75) (size 1.3 0.25) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(pad 2 smd roundrect (at -4.35 -2.25) (size 1.3 0.25) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(pad 1 smd roundrect (at -4.35 -2.75) (size 1.3 0.25) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(model Housings_QFP.3dshapes/LQFP-48_7x7mm_Pitch0.5mm.wrl
(model Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down
2 changes: 1 addition & 1 deletion hw/kicad/lib/stmbl.pretty/SOT-223.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(pad 3 smd roundrect (at -3.25 2.25 270) (size 1 2) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(pad 2 smd roundrect (at -3.25 0 270) (size 1 2) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(pad 2 smd roundrect (at 3.25 0 270) (size 3.5 2) (layers F.Cu F.Paste F.Mask)(roundrect_rratio 0.25))
(model TO_SOT_Packages_SMD.3dshapes/SOT-223.wrl
(model Package_TO_SOT_SMD.3dshapes/SOT-223.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down
Loading

0 comments on commit 1ae1a12

Please sign in to comment.