Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add 3d information to existing footprints
  • Loading branch information
LukeLER committed Jul 27, 2017
1 parent 90be259 commit b5abb74
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions TFBGA336.kicad_mod
@@ -1,18 +1,18 @@
(module TFBGA336 (layer F.Cu) (tedit 53F70969)
(module TFBGA336 (layer F.Cu) (tedit 5979D7AB)
(clearance 0.1)
(attr smd)
(fp_text reference U?A1 (at -0.475 -0.925) (layer F.SilkS)
(fp_text reference U?A1 (at -0.11 -1.68) (layer F.Fab)
(effects (font (thickness 0.3048)))
)
(fp_text value A10S (at -0.475 2.075) (layer F.SilkS)
(fp_text value A10S (at -0.09 1.41) (layer F.Fab)
(effects (font (thickness 0.3048)))
)
(fp_line (start -6.9977 -6.9977) (end 6.9977 -6.9977) (layer F.SilkS) (width 0.001))
(fp_line (start 6.9977 -6.9977) (end 6.9977 6.9977) (layer F.SilkS) (width 0.001))
(fp_line (start -6.9977 6.9977) (end 6.9977 6.9977) (layer F.SilkS) (width 0.001))
(fp_line (start -6.9977 -6.9977) (end -6.9977 6.9977) (layer F.SilkS) (width 0.001))
(fp_line (start -6.9977 6.69798) (end -6.69798 6.69798) (layer F.SilkS) (width 0.001))
(fp_line (start -6.69798 6.69798) (end -6.69798 6.9977) (layer F.SilkS) (width 0.001))
(fp_line (start -6.9977 -6.9977) (end 6.9977 -6.9977) (layer F.Fab) (width 0.001))
(fp_line (start 6.9977 -6.9977) (end 6.9977 6.9977) (layer F.Fab) (width 0.001))
(fp_line (start -6.9977 6.9977) (end 6.9977 6.9977) (layer F.Fab) (width 0.001))
(fp_line (start -6.9977 -6.9977) (end -6.9977 6.9977) (layer F.Fab) (width 0.001))
(fp_line (start -6.9977 6.69798) (end -6.69798 6.69798) (layer F.Fab) (width 0.001))
(fp_line (start -6.69798 6.69798) (end -6.69798 6.9977) (layer F.Fab) (width 0.001))
(pad A1 smd oval (at -6.17474 6.17474) (size 0.3175 0.3175) (layers F.Cu F.Paste F.Mask))
(pad B1 smd oval (at -5.5245 6.17474) (size 0.3175 0.3175) (layers F.Cu F.Paste F.Mask))
(pad C1 smd oval (at -4.87426 6.17474) (size 0.3175 0.3175) (layers F.Cu F.Paste F.Mask))
Expand Down Expand Up @@ -349,4 +349,9 @@
(pad V20 smd oval (at 4.87426 -6.17474) (size 0.3175 0.3175) (layers F.Cu F.Paste F.Mask))
(pad W20 smd oval (at 5.5245 -6.17474) (size 0.3175 0.3175) (layers F.Cu F.Paste F.Mask))
(pad Y20 smd oval (at 6.17474 -6.17474) (size 0.3175 0.3175) (layers F.Cu F.Paste F.Mask))
(model Housing_BGA/TFBGA-336_14x14mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
4 changes: 2 additions & 2 deletions TPD4S010DQA.kicad_mod
@@ -1,12 +1,12 @@
(module TPD4S010DQA (layer F.Cu) (tedit 5979CE03)
(module TPD4S010DQA (layer F.Cu) (tedit 5979D126)
(attr smd)
(fp_text reference U7 (at 0 0.24) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_text value TPD4S010DQA (at 0 -0.16) (layer F.Fab)
(effects (font (size 0.2 0.2) (thickness 0.05)))
)
(fp_circle (center -1.1 0.3) (end -1 0.3) (layer F.SilkS) (width 0.001))
(fp_circle (center -1.1 0.3) (end -1 0.3) (layer F.Fab) (width 0.001))
(fp_line (start 1.3 0.5) (end 1.3 -0.5) (layer F.Fab) (width 0.001))
(fp_line (start 1.3 -0.5) (end -1.3 -0.5) (layer F.Fab) (width 0.001))
(fp_line (start -1.3 -0.5) (end -1.3 0.5) (layer F.Fab) (width 0.001))
Expand Down

0 comments on commit b5abb74

Please sign in to comment.