Created folder, Old eagle, and imported eagle design into it, also moved gerbers folder and old eagle files all into it.

This commit is contained in:
2019-03-22 09:14:51 +00:00
parent 4abcd2df5a
commit c2ea386f6f
37 changed files with 150844 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
(module TESTCONPOL (layer F.Cu) (tedit 0)
(descr "Two polarized PAD smd connector.")
(fp_text reference T1 (at -3.81 5.08 -180) (layer F.Fab)
(effects (font (size 1.2065 1.2065) (thickness 0.09652)) (justify right top))
)
(fp_text value TEST-CON (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 1.27) (thickness 0.15)))
)
(pad + smd roundrect (at -8.89 0) (size 7.62 7.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.5)
(solder_mask_margin 0.0508))
(pad - smd roundrect (at 8.89 0) (size 7.62 7.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.5)
(solder_mask_margin 0.0508))
)