Browse Source

Add header sockets to D1 Mini component.

DarkMorford 6 years ago
parent
commit
e1ebaaeed1
1 changed files with 12 additions and 1 deletions
  1. 12 1
      schematic/desertbus.pretty/D1_Mini.kicad_mod

+ 12 - 1
schematic/desertbus.pretty/D1_Mini.kicad_mod

@@ -1,4 +1,5 @@
-(module D1_Mini (layer F.Cu) (tedit 5B72F3B8)
+(module D1_Mini (layer F.Cu) (tedit 5B9F0953)
+  (descr https://wiki.wemos.cc/products:d1:d1_mini)
   (fp_text reference REF** (at -19.05 0 90) (layer F.SilkS)
     (effects (font (size 1.2 1.2) (thickness 0.15)))
   )
@@ -27,4 +28,14 @@
   (pad 7 thru_hole oval (at 3.81 11.43) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
   (pad 9 thru_hole oval (at 6.35 -11.43) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
   (pad 8 thru_hole oval (at 6.35 11.43) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask))
+  (model ${KISYS3DMOD}/Socket_Strips.3dshapes/Socket_Strip_Straight_1x08_Pitch2.54mm.wrl
+    (offset (xyz -2.539999961853027 11.42999982833862 0))
+    (scale (xyz 1 1 1))
+    (rotate (xyz 0 0 0))
+  )
+  (model ${KISYS3DMOD}/Socket_Strips.3dshapes/Socket_Strip_Straight_1x08_Pitch2.54mm.wrl
+    (offset (xyz -2.539999961853027 -11.42999982833862 0))
+    (scale (xyz 1 1 1))
+    (rotate (xyz 0 0 0))
+  )
 )