first version

This commit is contained in:
2019-07-28 17:29:32 +02:00
commit 0fc9f75da6
15 changed files with 9218 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
(module twist_pair_straight (layer F.Cu) (tedit 5D3C6432)
(fp_text reference REF** (at -0.8 -10.8) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value twist_pair_straight (at 0 -7.2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 smd custom (at 0 0) (size 0.25 0.25) (layers F.Cu F.Paste F.Mask)
(zone_connect 0)
(options (clearance outline) (anchor circle))
(primitives
(gr_line (start -4 0.5) (end -0.5 0.5) (width 0.25))
(gr_line (start -0.5 0.5) (end 0.5 -0.5) (width 0.25))
(gr_line (start 0.5 -0.5) (end 8 -0.5) (width 0.25))
))
(pad 2 smd custom (at 0 0) (size 0.25 0.25) (layers B.Cu B.Paste B.Mask)
(zone_connect 0)
(options (clearance outline) (anchor circle))
(primitives
(gr_line (start -3 -0.5) (end -0.5 -0.5) (width 0.25))
(gr_line (start -0.5 -0.5) (end 0.5 0.5) (width 0.25))
(gr_line (start 0.5 0.5) (end 7 0.5) (width 0.25))
))
)