This commit is contained in:
2020-09-20 01:32:04 -07:00
parent 498fe73266
commit 538f1c80d7
10 changed files with 1533 additions and 605 deletions

View File

@@ -0,0 +1,16 @@
(module dc-converter (layer F.Cu) (tedit 5F66F47D)
(fp_text reference REF** (at 0.5 1.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value dc-converter (at 0.25 -1) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -18.25 -8.5) (end 18.25 -8.5) (layer F.SilkS) (width 0.12))
(fp_line (start 18.25 -8.5) (end 18.25 8) (layer F.SilkS) (width 0.12))
(fp_line (start -18.25 -8.5) (end -18.25 8) (layer F.SilkS) (width 0.12))
(fp_line (start -18.25 8) (end 18.25 8) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole circle (at 15.25 -3.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 15.25 3.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at -15.25 -3.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at -15.25 3.75) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask))
)