Skip to content

Commit

Permalink
Swap pins 1 and 2 so that NKA is correct pin order
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshultz authored Jan 18, 2017
1 parent ca98097 commit eb1f866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions D_SOT-23_NKA.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
(fp_line (start -0.7 -1.52) (end -0.7 1.52) (layer F.Fab) (width 0.1))
(fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12))
(pad "" smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask))
(model Diodes_SMD.3dshapes/SOT-23.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
Expand Down

0 comments on commit eb1f866

Please sign in to comment.