Skip to content

Commit

Permalink
Make sure rectangle centers are covered by each other
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges committed Oct 23, 2018
1 parent 23974d2 commit 12731b2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Diode-dual.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Diode-dual (layer F.Cu) (tedit 5B0F0777)
(module Diode-dual (layer F.Cu) (tedit 5B7FFAB1)
(attr smd)
(fp_text reference D** (at -0.0254 1.4) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
Expand All @@ -17,20 +17,16 @@
(fp_line (start 2.54 -0.762) (end -2.54 -0.762) (layer F.SilkS) (width 0.15))
(fp_line (start 2.54 0.762) (end 2.54 -0.762) (layer F.SilkS) (width 0.15))
(fp_line (start -2.54 0.762) (end 2.54 0.762) (layer F.SilkS) (width 0.15))
(pad 2 smd rect (at -2.7 0) (size 2.5 0.5) (layers B.Cu)
(solder_mask_margin -999))
(pad 2 smd rect (at -2.5 0) (size 2.9 0.5) (layers B.Cu))
(pad 2 smd rect (at -1.4 0) (size 1.6 1.2) (layers B.Cu B.Paste B.Mask))
(pad 1 smd rect (at 1.4 0) (size 1.6 1.2) (layers B.Cu B.Paste B.Mask))
(pad 1 smd rect (at 2.7 0) (size 2.5 0.5) (layers B.Cu)
(solder_mask_margin -999))
(pad 1 smd rect (at 2.5 0) (size 2.9 0.5) (layers B.Cu))
(pad 1 smd rect (at 1.4 0) (size 1.6 1.2) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.4 0) (size 1.6 1.2) (layers F.Cu F.Paste F.Mask))
(pad 2 thru_hole circle (at -3.9 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole rect (at 3.9 0) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask F.SilkS))
(pad 2 smd rect (at -2.7 0) (size 2.5 0.5) (layers F.Cu)
(solder_mask_margin -999))
(pad 1 smd rect (at 2.7 0) (size 2.5 0.5) (layers F.Cu)
(solder_mask_margin -999))
(pad 2 smd rect (at -2.5 0) (size 2.9 0.5) (layers F.Cu))
(pad 1 smd rect (at 2.5 0) (size 2.9 0.5) (layers F.Cu))
(model ${KISYS3DMOD}/Diodes_SMD.3dshapes/D_SOD-123.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
Expand Down

0 comments on commit 12731b2

Please sign in to comment.