Skip to content

Commit

Permalink
First PCB version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Apr 3, 2017
0 parents commit d2024e3
Show file tree
Hide file tree
Showing 10 changed files with 1,887 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_STORE
5 changes: 5 additions & 0 deletions cad/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*-cache.lib
*.bak
*.kicad_pcb-bak
*.net
fp-lib-table
20 changes: 20 additions & 0 deletions cad/gb-serial-connector.pretty/gb-serial.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
(module gb-serial (layer F.Cu) (tedit 58DF7595)
(fp_text reference REF** (at 0 4.3) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value gb-serial (at 0 -2.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -3.9 -6.5) (end 3.9 -6.5) (layer F.SilkS) (width 0.15))
(fp_line (start -3.9 2.5) (end 3.9 2.5) (layer F.SilkS) (width 0.15))
(fp_line (start -3.9 2.5) (end -3.9 -6.5) (layer F.SilkS) (width 0.15))
(fp_line (start 3.9 2.5) (end 3.9 -6.5) (layer F.SilkS) (width 0.15))
(pad "" thru_hole circle (at -5.5 -0.75) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 2 1.7) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at -2 1.7) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0 1.7) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 0 0) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at 2 0) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -2 0) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask))
(pad "" thru_hole circle (at 5.5 -0.75) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask))
)
Loading

0 comments on commit d2024e3

Please sign in to comment.