hella vias

This commit is contained in:
Matthew Kennedy 2019-11-20 01:34:29 -08:00
parent 450dd94126
commit b2ddb6aa1e
3 changed files with 9506 additions and 3 deletions

View File

@ -1,4 +1,5 @@
(fp_lib_table
(lib (name tsdso24)(type KiCad)(uri ${KIPRJMOD}/tsdso24.pretty)(options "")(descr ""))
(lib (name ampseal)(type KiCad)(uri ${KIPRJMOD}/ampseal.pretty)(options "")(descr ""))
(lib (name via)(type KiCad)(uri ${KIPRJMOD}/via.pretty)(options "")(descr ""))
)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
(module via-0.6 (layer F.Cu) (tedit 5DD4FEAD)
(fp_text reference REF** (at 0 0) (layer F.SilkS) hide
(effects (font (size 0.1 0.1) (thickness 0.01)))
)
(fp_text value via-0.6 (at 0 0) (layer F.Fab) hide
(effects (font (size 0.1 0.1) (thickness 0.01)))
)
(pad 1 thru_hole circle (at 0 0) (size 0.6 0.6) (drill 0.3) (layers *.Cu)
(zone_connect 2))
)