updates
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
.DS_Store
|
||||||
|
.pio
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# kicad Temporary files
|
||||||
|
*.000
|
||||||
|
*.bak
|
||||||
|
*.bck
|
||||||
|
*.kicad_pcb-bak
|
||||||
|
*.kicad_sch-bak
|
||||||
|
*.kicad_prl
|
||||||
|
*.sch-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.tmp
|
||||||
|
*-save.pro
|
||||||
|
*-save.kicad_pcb
|
||||||
|
fp-info-cache
|
||||||
|
|
||||||
|
# Netlist files (exported from Eeschema)
|
||||||
|
*.net
|
||||||
|
|
||||||
|
# Autorouter files (exported from Pcbnew)
|
||||||
|
*.dsn
|
||||||
|
*.ses
|
||||||
|
|
||||||
|
# Exported BOM files
|
||||||
|
*.xml
|
||||||
|
*.csv
|
||||||
|
|
||||||
|
# other files
|
||||||
|
CAD/Leo_muziekdoos_ESP32/~$ESP32 Pins.xlsx
|
||||||
BIN
BOM scripts/.DS_Store
vendored
BIN
BOM scripts/.DS_Store
vendored
Binary file not shown.
BIN
RPi-CM4-Kicad/.DS_Store
vendored
BIN
RPi-CM4-Kicad/.DS_Store
vendored
Binary file not shown.
BIN
kicad-footprints/.DS_Store
vendored
BIN
kicad-footprints/.DS_Store
vendored
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
(module PinHeader_1x02_P2.00mm_Vertical (layer F.Cu) (tedit 59FED667)
|
(module PinHeader_1x02_P2.00mm_Vertical (layer F.Cu) (tedit 61B0CBE3)
|
||||||
(descr "Through hole straight pin header, 1x02, 2.00mm pitch, single row")
|
(descr "Through hole straight pin header, 1x02, 2.00mm pitch, single row")
|
||||||
(tags "Through hole pin header THT 1x02 2.00mm single row")
|
(tags "Through hole pin header THT 1x02 2.00mm single row")
|
||||||
(fp_text reference REF** (at 0 -2.06) (layer F.SilkS)
|
(fp_text reference REF** (at 0 -2.06) (layer F.SilkS)
|
||||||
@@ -18,15 +18,15 @@
|
|||||||
(fp_line (start -1.06 1) (end 1.06 1) (layer F.SilkS) (width 0.12))
|
(fp_line (start -1.06 1) (end 1.06 1) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start -1.06 0) (end -1.06 -1.06) (layer F.SilkS) (width 0.12))
|
(fp_line (start -1.06 0) (end -1.06 -1.06) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start -1.06 -1.06) (end 0 -1.06) (layer F.SilkS) (width 0.12))
|
(fp_line (start -1.06 -1.06) (end 0 -1.06) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start -1.5 -1.5) (end -1.5 3.5) (layer F.CrtYd) (width 0.05))
|
(fp_line (start -1.1 -1.25) (end -1.1 3.25) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start -1.5 3.5) (end 1.5 3.5) (layer F.CrtYd) (width 0.05))
|
(fp_line (start -1.1 3.25) (end 1.1 3.25) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 1.5 3.5) (end 1.5 -1.5) (layer F.CrtYd) (width 0.05))
|
(fp_line (start 1.1 3.25) (end 1.1 -1.25) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 1.5 -1.5) (end -1.5 -1.5) (layer F.CrtYd) (width 0.05))
|
(fp_line (start 1.1 -1.25) (end -1.1 -1.25) (layer F.CrtYd) (width 0.05))
|
||||||
(pad 1 thru_hole rect (at 0 0) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
|
|
||||||
(pad 2 thru_hole oval (at 0 2) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
|
|
||||||
(fp_text user %R (at 0 1 90) (layer F.Fab)
|
(fp_text user %R (at 0 1 90) (layer F.Fab)
|
||||||
(effects (font (size 1 1) (thickness 0.15)))
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
)
|
)
|
||||||
|
(pad 1 thru_hole rect (at 0 0) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
|
||||||
|
(pad 2 thru_hole oval (at 0 2) (size 1.35 1.35) (drill 0.8) (layers *.Cu *.Mask))
|
||||||
(model ${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x02_P2.00mm_Vertical.wrl
|
(model ${KISYS3DMOD}/Connector_PinHeader_2.00mm.3dshapes/PinHeader_1x02_P2.00mm_Vertical.wrl
|
||||||
(at (xyz 0 0 0))
|
(at (xyz 0 0 0))
|
||||||
(scale (xyz 1 1 1))
|
(scale (xyz 1 1 1))
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
(module LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm (layer F.Cu) (tedit 6091A415)
|
(module LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm (layer F.Cu) (tedit 61B0D7E9)
|
||||||
(descr https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf)
|
(descr https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf)
|
||||||
(tags "LED RGB NeoPixel Mini")
|
(tags "LED RGB NeoPixel Mini")
|
||||||
(attr smd)
|
(attr smd)
|
||||||
@@ -8,25 +8,26 @@
|
|||||||
(fp_text value LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm (at 0 3.25) (layer F.Fab)
|
(fp_text value LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm (at 0 3.25) (layer F.Fab)
|
||||||
(effects (font (size 1 1) (thickness 0.15)))
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
)
|
)
|
||||||
(fp_circle (center 0 0) (end 0 -1.5) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start 2.95 1.95) (end 2.95 0.875) (layer F.SilkS) (width 0.12))
|
|
||||||
(fp_line (start -2.95 1.95) (end 2.95 1.95) (layer F.SilkS) (width 0.12))
|
|
||||||
(fp_line (start -2.95 -1.95) (end 2.95 -1.95) (layer F.SilkS) (width 0.12))
|
|
||||||
(fp_line (start 1.75 -1.75) (end -1.75 -1.75) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start 1.75 1.75) (end 1.75 -1.75) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start -1.75 1.75) (end 1.75 1.75) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start 1.75 0.75) (end 0.75 1.75) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start -2.8 -2) (end -2.8 2) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start -2.8 2) (end 2.8 2) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start 2.8 2) (end 2.8 -2) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start 2.8 -2) (end -2.8 -2) (layer F.CrtYd) (width 0.05))
|
(fp_line (start 2.8 -2) (end -2.8 -2) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_text user 1 (at -3.5 -0.875) (layer F.SilkS)
|
(fp_line (start 2.8 2) (end 2.8 -2) (layer F.CrtYd) (width 0.05))
|
||||||
(effects (font (size 1 1) (thickness 0.15)))
|
(fp_line (start -2.8 2) (end 2.8 2) (layer F.CrtYd) (width 0.05))
|
||||||
)
|
(fp_line (start -2.8 -2) (end -2.8 2) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 1.75 0.75) (end 0.75 1.75) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -1.75 -1.75) (end -1.75 1.75) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -1.75 1.75) (end 1.75 1.75) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.75 1.75) (end 1.75 -1.75) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.75 -1.75) (end -1.75 -1.75) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.29 1.97) (end 2.1 1.97) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start 2.1 1.97) (end 2.1 1.39) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_circle (center 0 0) (end 0 -1.5) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user %R (at 0 0) (layer F.Fab)
|
(fp_text user %R (at 0 0) (layer F.Fab)
|
||||||
(effects (font (size 0.5 0.5) (thickness 0.1)))
|
(effects (font (size 0.5 0.5) (thickness 0.1)))
|
||||||
)
|
)
|
||||||
|
(fp_line (start -2.02 1.39) (end -2.02 1.97) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start -2.02 1.97) (end -1.28 1.97) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start 2.02 -1.17) (end 2.02 -1.98) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start 2.02 -1.98) (end 1.28 -1.98) (layer F.SilkS) (width 0.12))
|
||||||
|
(fp_line (start -2.01 -1.89) (end -1.27 -1.89) (layer F.SilkS) (width 0.12))
|
||||||
(pad 3 smd rect (at 1.75 0.875) (size 1.6 0.85) (layers F.Cu F.Paste F.Mask))
|
(pad 3 smd rect (at 1.75 0.875) (size 1.6 0.85) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 4 smd rect (at 1.75 -0.875) (size 1.6 0.85) (layers F.Cu F.Paste F.Mask))
|
(pad 4 smd rect (at 1.75 -0.875) (size 1.6 0.85) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 2 smd rect (at -1.75 0.875) (size 1.6 0.85) (layers F.Cu F.Paste F.Mask))
|
(pad 2 smd rect (at -1.75 0.875) (size 1.6 0.85) (layers F.Cu F.Paste F.Mask))
|
||||||
|
|||||||
16
kicad-footprints/LED_SMD.pretty/SK6812MINI.kicad_mod
Normal file
16
kicad-footprints/LED_SMD.pretty/SK6812MINI.kicad_mod
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
(module SK6812MINI (layer F.Cu) (tedit 5D8B543D)
|
||||||
|
(fp_text reference REF** (at 0 -3.55) (layer F.SilkS)
|
||||||
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_text value SK6812MINI (at 0 3.65) (layer F.Fab)
|
||||||
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
|
)
|
||||||
|
(fp_line (start -1.75 -2.25) (end 1.75 -2.25) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start 1.75 2.25) (end -1.75 2.25) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start -1.75 2.25) (end -1.75 -2.25) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start 1.75 -2.25) (end 1.75 2.25) (layer F.SilkS) (width 0.15))
|
||||||
|
(pad 4 smd rect (at -2.4 -0.875) (size 1.6 1) (layers F.Cu F.Paste F.Mask))
|
||||||
|
(pad 3 smd rect (at -2.4 0.875) (size 1.6 1) (layers F.Cu F.Paste F.Mask))
|
||||||
|
(pad 1 smd rect (at 2.4 -0.875) (size 1.6 1) (layers F.Cu F.Paste F.Mask))
|
||||||
|
(pad 2 smd rect (at 2.4 0.875) (size 1.6 1) (layers F.Cu F.Paste F.Mask))
|
||||||
|
)
|
||||||
@@ -1,377 +1,335 @@
|
|||||||
(module QFN56_ESP32_7X7_EXP (layer F.Cu)
|
(module ESP32-S2 (layer F.Cu) (tedit 61ADD04D)
|
||||||
(fp_text reference REF** (at 0 0) (layer F.SilkS)
|
(fp_text reference REF** (at 0 0) (layer F.SilkS)
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
)
|
)
|
||||||
(fp_text value QFN56_ESP32_7X7_EXP (at 0 0) (layer F.SilkS)
|
(fp_text value QFN56_ESP32_7X7_EXP (at 2.29 5) (layer F.SilkS)
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
)
|
)
|
||||||
(fp_text user "Copyright 2021 Accelerated Designs. All rights reserved." (at 0 0) (layer Cmts.User)
|
(fp_line (start -3.5052 -2.2352) (end -2.2352 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size .127 .127) (thickness .002)))
|
(fp_line (start 2.473 -3.5052) (end 2.727 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 2.727 -3.5052) (end 2.727 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "*" (at -4.4656 -2.8) (layer F.SilkS)
|
(fp_line (start 2.727 -3.5306) (end 2.473 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 2.473 -3.5306) (end 2.473 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 2.073 -3.5052) (end 2.327 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "*" (at -3.0734 -2.8) (layer F.Fab)
|
(fp_line (start 2.327 -3.5052) (end 2.327 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 2.327 -3.5306) (end 2.073 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 2.073 -3.5306) (end 2.073 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.016in/0.4mm" (at -5.4586 -2.4) (layer Dwgs.User)
|
(fp_line (start 1.673 -3.5052) (end 1.927 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 1.927 -3.5052) (end 1.927 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 1.927 -3.5306) (end 1.673 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.03in/0.757mm" (at -3.452 -6.5) (layer Dwgs.User)
|
(fp_line (start 1.673 -3.5306) (end 1.673 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 1.273 -3.5052) (end 1.527 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 1.527 -3.5052) (end 1.527 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.008in/0.204mm" (at -6.5 3.452) (layer Dwgs.User)
|
(fp_line (start 1.527 -3.5306) (end 1.273 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 1.273 -3.5306) (end 1.273 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 0.873 -3.5052) (end 1.127 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.272in/6.904mm" (at 0 9.039999) (layer Dwgs.User)
|
(fp_line (start 1.127 -3.5052) (end 1.127 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 1.127 -3.5306) (end 0.873 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 0.873 -3.5306) (end 0.873 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.272in/6.904mm" (at 9.039999 .635) (layer Dwgs.User)
|
(fp_line (start 0.473 -3.5052) (end 0.727 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 0.727 -3.5052) (end 0.727 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 0.727 -3.5306) (end 0.473 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.158in/4.013mm" (at 0 5.0546) (layer Dwgs.User)
|
(fp_line (start 0.473 -3.5306) (end 0.473 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 0.073 -3.5052) (end 0.327 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start 0.327 -3.5052) (end 0.327 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "0.158in/4.013mm" (at 5.0546 -.635) (layer Dwgs.User)
|
(fp_line (start 0.327 -3.5306) (end 0.073 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start 0.073 -3.5306) (end 0.073 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start -0.327 -3.5052) (end -0.073 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "*" (at -4.4656 -2.8) (layer F.SilkS)
|
(fp_line (start -0.073 -3.5052) (end -0.073 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start -0.073 -3.5306) (end -0.327 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start -0.327 -3.5306) (end -0.327 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_text user "*" (at -3.0734 -2.8) (layer F.Fab)
|
(fp_line (start -0.727 -3.5052) (end -0.473 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(effects (font (size 1 1) (thickness .15)))
|
(fp_line (start -0.473 -3.5052) (end -0.473 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
)
|
(fp_line (start -0.473 -3.5306) (end -0.727 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -2.2352) (end -2.2352 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -0.727 -3.5306) (end -0.727 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.473 -3.5052) (end 2.727 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -1.127 -3.5052) (end -0.873 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.727 -3.5052) (end 2.727 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -0.873 -3.5052) (end -0.873 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.727 -3.5306) (end 2.473 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -0.873 -3.5306) (end -1.127 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.473 -3.5306) (end 2.473 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -1.127 -3.5306) (end -1.127 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.073 -3.5052) (end 2.327 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -1.527 -3.5052) (end -1.273 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.327 -3.5052) (end 2.327 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -1.273 -3.5052) (end -1.273 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.327 -3.5306) (end 2.073 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -1.273 -3.5306) (end -1.527 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.073 -3.5306) (end 2.073 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -1.527 -3.5306) (end -1.527 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.673 -3.5052) (end 1.927 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -1.927 -3.5052) (end -1.673 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.927 -3.5052) (end 1.927 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -1.673 -3.5052) (end -1.673 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.927 -3.5306) (end 1.673 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -1.673 -3.5306) (end -1.927 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.673 -3.5306) (end 1.673 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -1.927 -3.5306) (end -1.927 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.273 -3.5052) (end 1.527 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -2.327 -3.5052) (end -2.073 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.527 -3.5052) (end 1.527 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -2.073 -3.5052) (end -2.073 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.527 -3.5306) (end 1.273 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -2.073 -3.5306) (end -2.327 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.273 -3.5306) (end 1.273 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -2.327 -3.5306) (end -2.327 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .873 -3.5052) (end 1.127 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -2.727 -3.5052) (end -2.473 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.127 -3.5052) (end 1.127 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -2.473 -3.5052) (end -2.473 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.127 -3.5306) (end .873 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -2.473 -3.5306) (end -2.727 -3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .873 -3.5306) (end .873 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -2.727 -3.5306) (end -2.727 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .473 -3.5052) (end .727 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -2.473) (end -3.5052 -2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .727 -3.5052) (end .727 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -2.727) (end -3.5306 -2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .727 -3.5306) (end .473 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -2.727) (end -3.5306 -2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .473 -3.5306) (end .473 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -2.473) (end -3.5052 -2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .073 -3.5052) (end .327 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -2.073) (end -3.5052 -2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .327 -3.5052) (end .327 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -2.327) (end -3.5306 -2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .327 -3.5306) (end .073 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -2.327) (end -3.5306 -2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .073 -3.5306) (end .073 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -2.073) (end -3.5052 -2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.327 -3.5052) (end -.073 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -1.673) (end -3.5052 -1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.073 -3.5052) (end -.073 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -1.927) (end -3.5306 -1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.073 -3.5306) (end -.327 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -1.927) (end -3.5306 -1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.327 -3.5306) (end -.327 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -1.673) (end -3.5052 -1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.727 -3.5052) (end -.473 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -1.273) (end -3.5052 -1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.473 -3.5052) (end -.473 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -1.527) (end -3.5306 -1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.473 -3.5306) (end -.727 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -1.527) (end -3.5306 -1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.727 -3.5306) (end -.727 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -1.273) (end -3.5052 -1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.127 -3.5052) (end -.873 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -0.873) (end -3.5052 -1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.873 -3.5052) (end -.873 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -1.127) (end -3.5306 -1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.873 -3.5306) (end -1.127 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -1.127) (end -3.5306 -0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.127 -3.5306) (end -1.127 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -0.873) (end -3.5052 -0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.527 -3.5052) (end -1.273 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -0.473) (end -3.5052 -0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.273 -3.5052) (end -1.273 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -0.727) (end -3.5306 -0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.273 -3.5306) (end -1.527 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -0.727) (end -3.5306 -0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.527 -3.5306) (end -1.527 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -0.473) (end -3.5052 -0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.927 -3.5052) (end -1.673 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -0.073) (end -3.5052 -0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.673 -3.5052) (end -1.673 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -0.327) (end -3.5306 -0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.673 -3.5306) (end -1.927 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -0.327) (end -3.5306 -0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.927 -3.5306) (end -1.927 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 -0.073) (end -3.5052 -0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.327 -3.5052) (end -2.073 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 0.327) (end -3.5052 0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.073 -3.5052) (end -2.073 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 0.073) (end -3.5306 0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.073 -3.5306) (end -2.327 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 0.073) (end -3.5306 0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.327 -3.5306) (end -2.327 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 0.327) (end -3.5052 0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.727 -3.5052) (end -2.473 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 0.727) (end -3.5052 0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.473 -3.5052) (end -2.473 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 0.473) (end -3.5306 0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.473 -3.5306) (end -2.727 -3.5306) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 0.473) (end -3.5306 0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.727 -3.5306) (end -2.727 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 0.727) (end -3.5052 0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -2.473) (end -3.5052 -2.727) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 1.127) (end -3.5052 0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -2.727) (end -3.5306 -2.727) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 0.873) (end -3.5306 0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -2.727) (end -3.5306 -2.473) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 0.873) (end -3.5306 1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -2.473) (end -3.5052 -2.473) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 1.127) (end -3.5052 1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -2.073) (end -3.5052 -2.327) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 1.527) (end -3.5052 1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -2.327) (end -3.5306 -2.327) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 1.273) (end -3.5306 1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -2.327) (end -3.5306 -2.073) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 1.273) (end -3.5306 1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -2.073) (end -3.5052 -2.073) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 1.527) (end -3.5052 1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -1.673) (end -3.5052 -1.927) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 1.927) (end -3.5052 1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -1.927) (end -3.5306 -1.927) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 1.673) (end -3.5306 1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -1.927) (end -3.5306 -1.673) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 1.673) (end -3.5306 1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -1.673) (end -3.5052 -1.673) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 1.927) (end -3.5052 1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -1.273) (end -3.5052 -1.527) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 2.327) (end -3.5052 2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -1.527) (end -3.5306 -1.527) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 2.073) (end -3.5306 2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -1.527) (end -3.5306 -1.273) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 2.073) (end -3.5306 2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -1.273) (end -3.5052 -1.273) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 2.327) (end -3.5052 2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -.873) (end -3.5052 -1.127) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 2.727) (end -3.5052 2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -1.127) (end -3.5306 -1.127) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 2.473) (end -3.5306 2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -1.127) (end -3.5306 -.873) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 2.473) (end -3.5306 2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -.873) (end -3.5052 -.873) (layer F.Fab) (width .1))
|
(fp_line (start -3.5306 2.727) (end -3.5052 2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -.473) (end -3.5052 -.727) (layer F.Fab) (width .1))
|
(fp_line (start -2.473 3.5052) (end -2.727 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -.727) (end -3.5306 -.727) (layer F.Fab) (width .1))
|
(fp_line (start -2.727 3.5052) (end -2.727 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -.727) (end -3.5306 -.473) (layer F.Fab) (width .1))
|
(fp_line (start -2.727 3.5306) (end -2.473 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -.473) (end -3.5052 -.473) (layer F.Fab) (width .1))
|
(fp_line (start -2.473 3.5306) (end -2.473 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -.073) (end -3.5052 -.327) (layer F.Fab) (width .1))
|
(fp_line (start -2.073 3.5052) (end -2.327 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 -.327) (end -3.5306 -.327) (layer F.Fab) (width .1))
|
(fp_line (start -2.327 3.5052) (end -2.327 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -.327) (end -3.5306 -.073) (layer F.Fab) (width .1))
|
(fp_line (start -2.327 3.5306) (end -2.073 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 -.073) (end -3.5052 -.073) (layer F.Fab) (width .1))
|
(fp_line (start -2.073 3.5306) (end -2.073 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 .327) (end -3.5052 .073) (layer F.Fab) (width .1))
|
(fp_line (start -1.673 3.5052) (end -1.927 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 .073) (end -3.5306 .073) (layer F.Fab) (width .1))
|
(fp_line (start -1.927 3.5052) (end -1.927 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 .073) (end -3.5306 .327) (layer F.Fab) (width .1))
|
(fp_line (start -1.927 3.5306) (end -1.673 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 .327) (end -3.5052 .327) (layer F.Fab) (width .1))
|
(fp_line (start -1.673 3.5306) (end -1.673 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 .727) (end -3.5052 .473) (layer F.Fab) (width .1))
|
(fp_line (start -1.273 3.5052) (end -1.527 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 .473) (end -3.5306 .473) (layer F.Fab) (width .1))
|
(fp_line (start -1.527 3.5052) (end -1.527 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 .473) (end -3.5306 .727) (layer F.Fab) (width .1))
|
(fp_line (start -1.527 3.5306) (end -1.273 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 .727) (end -3.5052 .727) (layer F.Fab) (width .1))
|
(fp_line (start -1.273 3.5306) (end -1.273 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 1.127) (end -3.5052 .873) (layer F.Fab) (width .1))
|
(fp_line (start -0.873 3.5052) (end -1.127 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 .873) (end -3.5306 .873) (layer F.Fab) (width .1))
|
(fp_line (start -1.127 3.5052) (end -1.127 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 .873) (end -3.5306 1.127) (layer F.Fab) (width .1))
|
(fp_line (start -1.127 3.5306) (end -0.873 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 1.127) (end -3.5052 1.127) (layer F.Fab) (width .1))
|
(fp_line (start -0.873 3.5306) (end -0.873 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 1.527) (end -3.5052 1.273) (layer F.Fab) (width .1))
|
(fp_line (start -0.473 3.5052) (end -0.727 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 1.273) (end -3.5306 1.273) (layer F.Fab) (width .1))
|
(fp_line (start -0.727 3.5052) (end -0.727 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 1.273) (end -3.5306 1.527) (layer F.Fab) (width .1))
|
(fp_line (start -0.727 3.5306) (end -0.473 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 1.527) (end -3.5052 1.527) (layer F.Fab) (width .1))
|
(fp_line (start -0.473 3.5306) (end -0.473 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 1.927) (end -3.5052 1.673) (layer F.Fab) (width .1))
|
(fp_line (start -0.073 3.5052) (end -0.327 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 1.673) (end -3.5306 1.673) (layer F.Fab) (width .1))
|
(fp_line (start -0.327 3.5052) (end -0.327 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 1.673) (end -3.5306 1.927) (layer F.Fab) (width .1))
|
(fp_line (start -0.327 3.5306) (end -0.073 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 1.927) (end -3.5052 1.927) (layer F.Fab) (width .1))
|
(fp_line (start -0.073 3.5306) (end -0.073 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 2.327) (end -3.5052 2.073) (layer F.Fab) (width .1))
|
(fp_line (start 0.327 3.5052) (end 0.073 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 2.073) (end -3.5306 2.073) (layer F.Fab) (width .1))
|
(fp_line (start 0.073 3.5052) (end 0.073 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 2.073) (end -3.5306 2.327) (layer F.Fab) (width .1))
|
(fp_line (start 0.073 3.5306) (end 0.327 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 2.327) (end -3.5052 2.327) (layer F.Fab) (width .1))
|
(fp_line (start 0.327 3.5306) (end 0.327 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 2.727) (end -3.5052 2.473) (layer F.Fab) (width .1))
|
(fp_line (start 0.727 3.5052) (end 0.473 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5052 2.473) (end -3.5306 2.473) (layer F.Fab) (width .1))
|
(fp_line (start 0.473 3.5052) (end 0.473 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 2.473) (end -3.5306 2.727) (layer F.Fab) (width .1))
|
(fp_line (start 0.473 3.5306) (end 0.727 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -3.5306 2.727) (end -3.5052 2.727) (layer F.Fab) (width .1))
|
(fp_line (start 0.727 3.5306) (end 0.727 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.473 3.5052) (end -2.727 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 1.127 3.5052) (end 0.873 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.727 3.5052) (end -2.727 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 0.873 3.5052) (end 0.873 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.727 3.5306) (end -2.473 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 0.873 3.5306) (end 1.127 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.473 3.5306) (end -2.473 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 1.127 3.5306) (end 1.127 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.073 3.5052) (end -2.327 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 1.527 3.5052) (end 1.273 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.327 3.5052) (end -2.327 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 1.273 3.5052) (end 1.273 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.327 3.5306) (end -2.073 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 1.273 3.5306) (end 1.527 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -2.073 3.5306) (end -2.073 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 1.527 3.5306) (end 1.527 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.673 3.5052) (end -1.927 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 1.927 3.5052) (end 1.673 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.927 3.5052) (end -1.927 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 1.673 3.5052) (end 1.673 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.927 3.5306) (end -1.673 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 1.673 3.5306) (end 1.927 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.673 3.5306) (end -1.673 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 1.927 3.5306) (end 1.927 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.273 3.5052) (end -1.527 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 2.327 3.5052) (end 2.073 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.527 3.5052) (end -1.527 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 2.073 3.5052) (end 2.073 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.527 3.5306) (end -1.273 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 2.073 3.5306) (end 2.327 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.273 3.5306) (end -1.273 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 2.327 3.5306) (end 2.327 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.873 3.5052) (end -1.127 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 2.727 3.5052) (end 2.473 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.127 3.5052) (end -1.127 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 2.473 3.5052) (end 2.473 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -1.127 3.5306) (end -.873 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 2.473 3.5306) (end 2.727 3.5306) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.873 3.5306) (end -.873 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 2.727 3.5306) (end 2.727 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.473 3.5052) (end -.727 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 2.473) (end 3.5052 2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.727 3.5052) (end -.727 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 2.727) (end 3.5306 2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.727 3.5306) (end -.473 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 2.727) (end 3.5306 2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.473 3.5306) (end -.473 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 2.473) (end 3.5052 2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.073 3.5052) (end -.327 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 2.073) (end 3.5052 2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.327 3.5052) (end -.327 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 2.327) (end 3.5306 2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.327 3.5306) (end -.073 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 2.327) (end 3.5306 2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start -.073 3.5306) (end -.073 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 2.073) (end 3.5052 2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .327 3.5052) (end .073 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 1.673) (end 3.5052 1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .073 3.5052) (end .073 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 1.927) (end 3.5306 1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .073 3.5306) (end .327 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 1.927) (end 3.5306 1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .327 3.5306) (end .327 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 1.673) (end 3.5052 1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .727 3.5052) (end .473 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 1.273) (end 3.5052 1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .473 3.5052) (end .473 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 1.527) (end 3.5306 1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .473 3.5306) (end .727 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 1.527) (end 3.5306 1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .727 3.5306) (end .727 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 1.273) (end 3.5052 1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.127 3.5052) (end .873 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 0.873) (end 3.5052 1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .873 3.5052) (end .873 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 1.127) (end 3.5306 1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start .873 3.5306) (end 1.127 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 1.127) (end 3.5306 0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.127 3.5306) (end 1.127 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 0.873) (end 3.5052 0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.527 3.5052) (end 1.273 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 0.473) (end 3.5052 0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.273 3.5052) (end 1.273 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 0.727) (end 3.5306 0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.273 3.5306) (end 1.527 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 0.727) (end 3.5306 0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.527 3.5306) (end 1.527 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 0.473) (end 3.5052 0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.927 3.5052) (end 1.673 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 0.073) (end 3.5052 0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.673 3.5052) (end 1.673 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 0.327) (end 3.5306 0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.673 3.5306) (end 1.927 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 0.327) (end 3.5306 0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 1.927 3.5306) (end 1.927 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 0.073) (end 3.5052 0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.327 3.5052) (end 2.073 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -0.327) (end 3.5052 -0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.073 3.5052) (end 2.073 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -0.073) (end 3.5306 -0.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.073 3.5306) (end 2.327 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -0.073) (end 3.5306 -0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.327 3.5306) (end 2.327 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -0.327) (end 3.5052 -0.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.727 3.5052) (end 2.473 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -0.727) (end 3.5052 -0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.473 3.5052) (end 2.473 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -0.473) (end 3.5306 -0.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.473 3.5306) (end 2.727 3.5306) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -0.473) (end 3.5306 -0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 2.727 3.5306) (end 2.727 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -0.727) (end 3.5052 -0.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 2.473) (end 3.5052 2.727) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -1.127) (end 3.5052 -0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 2.727) (end 3.5306 2.727) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -0.873) (end 3.5306 -0.873) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 2.727) (end 3.5306 2.473) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -0.873) (end 3.5306 -1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 2.473) (end 3.5052 2.473) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -1.127) (end 3.5052 -1.127) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 2.073) (end 3.5052 2.327) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -1.527) (end 3.5052 -1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 2.327) (end 3.5306 2.327) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -1.273) (end 3.5306 -1.273) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 2.327) (end 3.5306 2.073) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -1.273) (end 3.5306 -1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 2.073) (end 3.5052 2.073) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -1.527) (end 3.5052 -1.527) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 1.673) (end 3.5052 1.927) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -1.927) (end 3.5052 -1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 1.927) (end 3.5306 1.927) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -1.673) (end 3.5306 -1.673) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 1.927) (end 3.5306 1.673) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -1.673) (end 3.5306 -1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 1.673) (end 3.5052 1.673) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -1.927) (end 3.5052 -1.927) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 1.273) (end 3.5052 1.527) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -2.327) (end 3.5052 -2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 1.527) (end 3.5306 1.527) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -2.073) (end 3.5306 -2.073) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 1.527) (end 3.5306 1.273) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -2.073) (end 3.5306 -2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 1.273) (end 3.5052 1.273) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -2.327) (end 3.5052 -2.327) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 .873) (end 3.5052 1.127) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -2.727) (end 3.5052 -2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 1.127) (end 3.5306 1.127) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -2.473) (end 3.5306 -2.473) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 1.127) (end 3.5306 .873) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -2.473) (end 3.5306 -2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 .873) (end 3.5052 .873) (layer F.Fab) (width .1))
|
(fp_line (start 3.5306 -2.727) (end 3.5052 -2.727) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 .473) (end 3.5052 .727) (layer F.Fab) (width .1))
|
(fp_line (start -3.6322 3.6322) (end -3.03474 3.6322) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5052 .727) (end 3.5306 .727) (layer F.Fab) (width .1))
|
(fp_line (start 3.6322 3.6322) (end 3.6322 3.03474) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5306 .727) (end 3.5306 .473) (layer F.Fab) (width .1))
|
(fp_line (start 3.6322 -3.6322) (end 3.03474 -3.6322) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5306 .473) (end 3.5052 .473) (layer F.Fab) (width .1))
|
(fp_line (start -3.6322 3.03474) (end -3.6322 3.6322) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5052 .073) (end 3.5052 .327) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 3.5052) (end 3.5052 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 .327) (end 3.5306 .327) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 3.5052) (end 3.5052 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 .327) (end 3.5306 .073) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 3.5052) (end 3.5052 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 .073) (end 3.5052 .073) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -3.5052) (end 3.5052 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 -.327) (end 3.5052 -.073) (layer F.Fab) (width .1))
|
(fp_line (start 3.5052 -3.5052) (end -3.5052 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 -.073) (end 3.5306 -.073) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -3.5052) (end -3.5052 -3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 -.073) (end 3.5306 -.327) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 -3.5052) (end -3.5052 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5306 -.327) (end 3.5052 -.327) (layer F.Fab) (width .1))
|
(fp_line (start -3.5052 3.5052) (end -3.5052 3.5052) (layer F.Fab) (width 0.1))
|
||||||
(fp_line (start 3.5052 -.727) (end 3.5052 -.473) (layer F.Fab) (width .1))
|
(fp_line (start 3.03474 3.6322) (end 3.6322 3.6322) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5052 -.473) (end 3.5306 -.473) (layer F.Fab) (width .1))
|
(fp_line (start 3.6322 -3.03474) (end 3.6322 -3.6322) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5306 -.473) (end 3.5306 -.727) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy -1.9066 -1.9066) (xy -1.9066 -0.768866) (xy -0.768866 -0.768866) (xy -0.768866 -1.9066)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5306 -.727) (end 3.5052 -.727) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy -1.9066 -0.568867) (xy -1.9066 0.568867) (xy -0.768866 0.568867) (xy -0.768866 -0.568867)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5052 -1.127) (end 3.5052 -.873) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy -1.9066 0.768866) (xy -1.9066 1.9066) (xy -0.768866 1.9066) (xy -0.768866 0.768866)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5052 -.873) (end 3.5306 -.873) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy -0.568867 -1.9066) (xy -0.568867 -0.768866) (xy 0.568867 -0.768866) (xy 0.568867 -1.9066)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5306 -.873) (end 3.5306 -1.127) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy -0.568867 -0.568867) (xy -0.568867 0.568867) (xy 0.568867 0.568867) (xy 0.568867 -0.568867)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5306 -1.127) (end 3.5052 -1.127) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy -0.568867 0.768866) (xy -0.568867 1.9066) (xy 0.568867 1.9066) (xy 0.568867 0.768866)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5052 -1.527) (end 3.5052 -1.273) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy 0.768866 -1.9066) (xy 0.768866 -0.768866) (xy 1.9066 -0.768866) (xy 1.9066 -1.9066)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5052 -1.273) (end 3.5306 -1.273) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy 0.768866 -0.568867) (xy 0.768866 0.568867) (xy 1.9066 0.568867) (xy 1.9066 -0.568867)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5306 -1.273) (end 3.5306 -1.527) (layer F.Fab) (width .1))
|
(fp_poly (pts (xy 0.768866 0.768866) (xy 0.768866 1.9066) (xy 1.9066 1.9066) (xy 1.9066 0.768866)) (layer F.Paste) (width 0.1))
|
||||||
(fp_line (start 3.5306 -1.527) (end 3.5052 -1.527) (layer F.Fab) (width .1))
|
(fp_line (start -3.7592 3.7592) (end -3.7592 2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -1.927) (end 3.5052 -1.673) (layer F.Fab) (width .1))
|
(fp_line (start -3.7592 2.956) (end -4.0846 2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -1.673) (end 3.5306 -1.673) (layer F.Fab) (width .1))
|
(fp_line (start -4.0846 2.956) (end -4.0846 -2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5306 -1.673) (end 3.5306 -1.927) (layer F.Fab) (width .1))
|
(fp_line (start -4.0846 -2.956) (end -3.7592 -2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5306 -1.927) (end 3.5052 -1.927) (layer F.Fab) (width .1))
|
(fp_line (start -3.7592 -2.956) (end -3.7592 -3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -2.327) (end 3.5052 -2.073) (layer F.Fab) (width .1))
|
(fp_line (start -3.7592 -3.7592) (end -2.956 -3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -2.073) (end 3.5306 -2.073) (layer F.Fab) (width .1))
|
(fp_line (start -2.956 -3.7592) (end -2.956 -4.0846) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5306 -2.073) (end 3.5306 -2.327) (layer F.Fab) (width .1))
|
(fp_line (start -2.956 -4.0846) (end 2.956 -4.0846) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5306 -2.327) (end 3.5052 -2.327) (layer F.Fab) (width .1))
|
(fp_line (start 2.956 -4.0846) (end 2.956 -3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -2.727) (end 3.5052 -2.473) (layer F.Fab) (width .1))
|
(fp_line (start 2.956 -3.7592) (end 3.7592 -3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -2.473) (end 3.5306 -2.473) (layer F.Fab) (width .1))
|
(fp_line (start 3.7592 -3.7592) (end 3.7592 -2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5306 -2.473) (end 3.5306 -2.727) (layer F.Fab) (width .1))
|
(fp_line (start 3.7592 -2.956) (end 4.0846 -2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5306 -2.727) (end 3.5052 -2.727) (layer F.Fab) (width .1))
|
(fp_line (start 4.0846 -2.956) (end 4.0846 2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start -3.6322 3.6322) (end -3.03474 3.6322) (layer F.SilkS) (width .12))
|
(fp_line (start 4.0846 2.956) (end 3.7592 2.956) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.6322 3.6322) (end 3.6322 3.03474) (layer F.SilkS) (width .12))
|
(fp_line (start 3.7592 2.956) (end 3.7592 3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.6322 -3.6322) (end 3.03474 -3.6322) (layer F.SilkS) (width .12))
|
(fp_line (start 3.7592 3.7592) (end 2.956 3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start -3.6322 -3.6322) (end -3.6322 -3.03474) (layer F.SilkS) (width .12))
|
(fp_line (start 2.956 3.7592) (end 2.956 4.0846) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start -3.6322 3.03474) (end -3.6322 3.6322) (layer F.SilkS) (width .12))
|
(fp_line (start 2.956 4.0846) (end -2.956 4.0846) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start -3.5052 3.5052) (end 3.5052 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -2.956 4.0846) (end -2.956 3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 3.5052) (end 3.5052 3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -2.956 3.7592) (end -3.7592 3.7592) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 3.5052) (end 3.5052 -3.5052) (layer F.Fab) (width .1))
|
(fp_circle (center -4.29 -2.61) (end -4.2138 -2.61) (layer F.CrtYd) (width 0.05))
|
||||||
(fp_line (start 3.5052 -3.5052) (end 3.5052 -3.5052) (layer F.Fab) (width .1))
|
(fp_line (start -3.81 -3.61) (end -3.07 -3.61) (layer F.SilkS) (width 0.12))
|
||||||
(fp_line (start 3.5052 -3.5052) (end -3.5052 -3.5052) (layer F.Fab) (width .1))
|
(pad 1 smd rect (at -3.452 -2.6 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.5052 -3.5052) (end -3.5052 -3.5052) (layer F.Fab) (width .1))
|
(pad 2 smd rect (at -3.452 -2.200001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.5052 -3.5052) (end -3.5052 3.5052) (layer F.Fab) (width .1))
|
(pad 3 smd rect (at -3.452 -1.799999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.5052 3.5052) (end -3.5052 3.5052) (layer F.Fab) (width .1))
|
(pad 4 smd rect (at -3.452 -1.4 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 3.03474 3.6322) (end 3.6322 3.6322) (layer F.SilkS) (width .12))
|
(pad 5 smd rect (at -3.452 -1.000001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 3.6322 -3.03474) (end 3.6322 -3.6322) (layer F.SilkS) (width .12))
|
(pad 6 smd rect (at -3.452 -0.599999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.03474 -3.6322) (end -3.6322 -3.6322) (layer F.SilkS) (width .12))
|
(pad 7 smd rect (at -3.452 -0.2 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -4.338599 .809501) (xy -4.338599 1.190501) (xy -4.084599 1.190501) (xy -4.084599 .809501)) (layer F.SilkS) (width .1))
|
(pad 8 smd rect (at -3.452 0.2 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -.790499 4.084599) (xy -.790499 4.338599) (xy -.409499 4.338599) (xy -.409499 4.084599)) (layer F.SilkS) (width .1))
|
(pad 9 smd rect (at -3.452 0.599999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy 4.338599 2.009501) (xy 4.338599 2.390501) (xy 4.084599 2.390501) (xy 4.084599 2.009501)) (layer F.SilkS) (width .1))
|
(pad 10 smd rect (at -3.452 1.000001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy 4.338599 -1.990499) (xy 4.338599 -1.609499) (xy 4.084599 -1.609499) (xy 4.084599 -1.990499)) (layer F.SilkS) (width .1))
|
(pad 11 smd rect (at -3.452 1.4 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -.3905 -4.084599) (xy -.3905 -4.338599) (xy -.0095 -4.338599) (xy -.0095 -4.084599)) (layer F.SilkS) (width .1))
|
(pad 12 smd rect (at -3.452 1.799999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -1.9066 -1.9066) (xy -1.9066 -.768866) (xy -.768866 -.768866) (xy -.768866 -1.9066)) (layer F.Paste) (width .1))
|
(pad 13 smd rect (at -3.452 2.200001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -1.9066 -.568867) (xy -1.9066 .568867) (xy -.768866 .568867) (xy -.768866 -.568867)) (layer F.Paste) (width .1))
|
(pad 14 smd rect (at -3.452 2.6 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -1.9066 .768866) (xy -1.9066 1.9066) (xy -.768866 1.9066) (xy -.768866 .768866)) (layer F.Paste) (width .1))
|
(pad 15 smd rect (at -2.6 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -.568867 -1.9066) (xy -.568867 -.768866) (xy .568867 -.768866) (xy .568867 -1.9066)) (layer F.Paste) (width .1))
|
(pad 16 smd rect (at -2.200001 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -.568867 -.568867) (xy -.568867 .568867) (xy .568867 .568867) (xy .568867 -.568867)) (layer F.Paste) (width .1))
|
(pad 17 smd rect (at -1.799999 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy -.568867 .768866) (xy -.568867 1.9066) (xy .568867 1.9066) (xy .568867 .768866)) (layer F.Paste) (width .1))
|
(pad 18 smd rect (at -1.4 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy .768866 -1.9066) (xy .768866 -.768866) (xy 1.9066 -.768866) (xy 1.9066 -1.9066)) (layer F.Paste) (width .1))
|
(pad 19 smd rect (at -1.000001 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy .768866 -.568867) (xy .768866 .568867) (xy 1.9066 .568867) (xy 1.9066 -.568867)) (layer F.Paste) (width .1))
|
(pad 20 smd rect (at -0.599999 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_poly (pts (xy .768866 .768866) (xy .768866 1.9066) (xy 1.9066 1.9066) (xy 1.9066 .768866)) (layer F.Paste) (width .1))
|
(pad 21 smd rect (at -0.2 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.7592 3.7592) (end -3.7592 2.956) (layer F.CrtYd) (width .05))
|
(pad 22 smd rect (at 0.2 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.7592 2.956) (end -4.0846 2.956) (layer F.CrtYd) (width .05))
|
(pad 23 smd rect (at 0.599999 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -4.0846 2.956) (end -4.0846 -2.956) (layer F.CrtYd) (width .05))
|
(pad 24 smd rect (at 1.000001 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -4.0846 -2.956) (end -3.7592 -2.956) (layer F.CrtYd) (width .05))
|
(pad 25 smd rect (at 1.4 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.7592 -2.956) (end -3.7592 -3.7592) (layer F.CrtYd) (width .05))
|
(pad 26 smd rect (at 1.799999 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -3.7592 -3.7592) (end -2.956 -3.7592) (layer F.CrtYd) (width .05))
|
(pad 27 smd rect (at 2.200001 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -2.956 -3.7592) (end -2.956 -4.0846) (layer F.CrtYd) (width .05))
|
(pad 28 smd rect (at 2.6 3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -2.956 -4.0846) (end 2.956 -4.0846) (layer F.CrtYd) (width .05))
|
(pad 29 smd rect (at 3.452 2.6 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 2.956 -4.0846) (end 2.956 -3.7592) (layer F.CrtYd) (width .05))
|
(pad 30 smd rect (at 3.452 2.200001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 2.956 -3.7592) (end 3.7592 -3.7592) (layer F.CrtYd) (width .05))
|
(pad 31 smd rect (at 3.452 1.799999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 3.7592 -3.7592) (end 3.7592 -2.956) (layer F.CrtYd) (width .05))
|
(pad 32 smd rect (at 3.452 1.4 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 3.7592 -2.956) (end 4.0846 -2.956) (layer F.CrtYd) (width .05))
|
(pad 33 smd rect (at 3.452 1.000001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 4.0846 -2.956) (end 4.0846 2.956) (layer F.CrtYd) (width .05))
|
(pad 34 smd rect (at 3.452 0.599999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 4.0846 2.956) (end 3.7592 2.956) (layer F.CrtYd) (width .05))
|
(pad 35 smd rect (at 3.452 0.2 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 3.7592 2.956) (end 3.7592 3.7592) (layer F.CrtYd) (width .05))
|
(pad 36 smd rect (at 3.452 -0.2 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 3.7592 3.7592) (end 2.956 3.7592) (layer F.CrtYd) (width .05))
|
(pad 37 smd rect (at 3.452 -0.599999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 2.956 3.7592) (end 2.956 4.0846) (layer F.CrtYd) (width .05))
|
(pad 38 smd rect (at 3.452 -1.000001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start 2.956 4.0846) (end -2.956 4.0846) (layer F.CrtYd) (width .05))
|
(pad 39 smd rect (at 3.452 -1.4 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -2.956 4.0846) (end -2.956 3.7592) (layer F.CrtYd) (width .05))
|
(pad 40 smd rect (at 3.452 -1.799999 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_line (start -2.956 3.7592) (end -3.7592 3.7592) (layer F.CrtYd) (width .05))
|
(pad 41 smd rect (at 3.452 -2.200001 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(fp_circle (center -4.8109 -2.6) (end -4.7347 -2.6) (layer F.CrtYd) (width .05))
|
(pad 42 smd rect (at 3.452 -2.6 90) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 1 smd rect (at -3.452 -2.6 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 43 smd rect (at 2.6 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 2 smd rect (at -3.452 -2.200001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 44 smd rect (at 2.200001 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 3 smd rect (at -3.452 -1.799999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 45 smd rect (at 1.799999 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 4 smd rect (at -3.452 -1.4 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 46 smd rect (at 1.4 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 5 smd rect (at -3.452 -1.000001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 47 smd rect (at 1.000001 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 6 smd rect (at -3.452 -.599999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 48 smd rect (at 0.599999 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 7 smd rect (at -3.452 -.2 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 49 smd rect (at 0.2 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 8 smd rect (at -3.452 .2 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 50 smd rect (at -0.2 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 9 smd rect (at -3.452 .599999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 51 smd rect (at -0.599999 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 10 smd rect (at -3.452 1.000001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 52 smd rect (at -1.000001 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 11 smd rect (at -3.452 1.4 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 53 smd rect (at -1.4 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 12 smd rect (at -3.452 1.799999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 54 smd rect (at -1.799999 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 13 smd rect (at -3.452 2.200001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 55 smd rect (at -2.200001 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 14 smd rect (at -3.452 2.6 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
(pad 56 smd rect (at -2.6 -3.452) (size 0.204 0.757199) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 15 smd rect (at -2.6 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 16 smd rect (at -2.200001 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 17 smd rect (at -1.799999 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 18 smd rect (at -1.4 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 19 smd rect (at -1.000001 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 20 smd rect (at -.599999 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 21 smd rect (at -.2 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 22 smd rect (at .2 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 23 smd rect (at .599999 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 24 smd rect (at 1.000001 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 25 smd rect (at 1.4 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 26 smd rect (at 1.799999 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 27 smd rect (at 2.200001 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 28 smd rect (at 2.6 3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 29 smd rect (at 3.452 2.6 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 30 smd rect (at 3.452 2.200001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 31 smd rect (at 3.452 1.799999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 32 smd rect (at 3.452 1.4 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 33 smd rect (at 3.452 1.000001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 34 smd rect (at 3.452 .599999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 35 smd rect (at 3.452 .2 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 36 smd rect (at 3.452 -.2 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 37 smd rect (at 3.452 -.599999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 38 smd rect (at 3.452 -1.000001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 39 smd rect (at 3.452 -1.4 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 40 smd rect (at 3.452 -1.799999 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 41 smd rect (at 3.452 -2.200001 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 42 smd rect (at 3.452 -2.6 90) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 43 smd rect (at 2.6 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 44 smd rect (at 2.200001 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 45 smd rect (at 1.799999 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 46 smd rect (at 1.4 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 47 smd rect (at 1.000001 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 48 smd rect (at .599999 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 49 smd rect (at .2 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 50 smd rect (at -.2 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 51 smd rect (at -.599999 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 52 smd rect (at -1.000001 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 53 smd rect (at -1.4 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 54 smd rect (at -1.799999 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 55 smd rect (at -2.200001 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 56 smd rect (at -2.6 -3.452) (size .204 .757199) (layers F.Cu F.Paste F.Mask))
|
|
||||||
(pad 57 smd rect (at 0 0) (size 4.0132 4.0132) (layers F.Cu F.Mask))
|
(pad 57 smd rect (at 0 0) (size 4.0132 4.0132) (layers F.Cu F.Mask))
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
(module TSSOP-10_3x3mm_P0.5mm (layer F.Cu) (tedit 5F3E4A84)
|
(module TSSOP-10_3x3mm_P0.5mm (layer F.Cu) (tedit 61B0D72E)
|
||||||
(descr "TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf)")
|
(descr "TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf)")
|
||||||
(tags "SSOP 0.5")
|
(tags "SSOP 0.5")
|
||||||
(attr smd)
|
(attr smd)
|
||||||
@@ -8,25 +8,25 @@
|
|||||||
(fp_text value TSSOP-10_3x3mm_P0.5mm (at 0 2.55) (layer F.Fab)
|
(fp_text value TSSOP-10_3x3mm_P0.5mm (at 0 2.55) (layer F.Fab)
|
||||||
(effects (font (size 1 1) (thickness 0.15)))
|
(effects (font (size 1 1) (thickness 0.15)))
|
||||||
)
|
)
|
||||||
(fp_line (start -1.625 -1.45) (end -2.7 -1.45) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start -1.625 1.625) (end 1.625 1.625) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start -1.625 -1.625) (end 1.625 -1.625) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start -1.625 1.625) (end -1.625 1.35) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start 1.625 1.625) (end 1.625 1.35) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start 1.625 -1.625) (end 1.625 -1.35) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start -1.625 -1.625) (end -1.625 -1.45) (layer F.SilkS) (width 0.15))
|
|
||||||
(fp_line (start -2.95 1.8) (end 2.95 1.8) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start -2.95 -1.8) (end 2.95 -1.8) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start 2.95 -1.8) (end 2.95 1.8) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start -2.95 -1.8) (end -2.95 1.8) (layer F.CrtYd) (width 0.05))
|
|
||||||
(fp_line (start -1.5 -0.5) (end -0.5 -1.5) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start -1.5 1.5) (end -1.5 -0.5) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start 1.5 1.5) (end -1.5 1.5) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start 1.5 -1.5) (end 1.5 1.5) (layer F.Fab) (width 0.1))
|
|
||||||
(fp_line (start -0.5 -1.5) (end 1.5 -1.5) (layer F.Fab) (width 0.1))
|
(fp_line (start -0.5 -1.5) (end 1.5 -1.5) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.5 -1.5) (end 1.5 1.5) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start 1.5 1.5) (end -1.5 1.5) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -1.5 1.5) (end -1.5 -0.5) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -1.5 -0.5) (end -0.5 -1.5) (layer F.Fab) (width 0.1))
|
||||||
|
(fp_line (start -2.95 -1.8) (end -2.95 1.8) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start 2.95 -1.8) (end 2.95 1.8) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -2.95 -1.8) (end 2.95 -1.8) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -2.95 1.8) (end 2.95 1.8) (layer F.CrtYd) (width 0.05))
|
||||||
|
(fp_line (start -1.63 -1.63) (end -1.1 -1.63) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start 1.625 -1.625) (end 1.625 -1.35) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start 1.625 1.625) (end 1.625 1.35) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start -1.625 1.625) (end -1.625 1.35) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start 1.16 -1.625) (end 1.625 -1.625) (layer F.SilkS) (width 0.15))
|
||||||
|
(fp_line (start 1.2 1.625) (end 1.625 1.625) (layer F.SilkS) (width 0.15))
|
||||||
(fp_text user %R (at 0 0) (layer F.Fab)
|
(fp_text user %R (at 0 0) (layer F.Fab)
|
||||||
(effects (font (size 0.6 0.6) (thickness 0.1)))
|
(effects (font (size 0.6 0.6) (thickness 0.1)))
|
||||||
)
|
)
|
||||||
|
(fp_line (start -1.625 1.625) (end -1.2 1.625) (layer F.SilkS) (width 0.15))
|
||||||
(pad 1 smd rect (at -2.15 -1) (size 1.1 0.25) (layers F.Cu F.Paste F.Mask))
|
(pad 1 smd rect (at -2.15 -1) (size 1.1 0.25) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 2 smd rect (at -2.15 -0.5) (size 1.1 0.25) (layers F.Cu F.Paste F.Mask))
|
(pad 2 smd rect (at -2.15 -0.5) (size 1.1 0.25) (layers F.Cu F.Paste F.Mask))
|
||||||
(pad 3 smd rect (at -2.15 0) (size 1.1 0.25) (layers F.Cu F.Paste F.Mask))
|
(pad 3 smd rect (at -2.15 0) (size 1.1 0.25) (layers F.Cu F.Paste F.Mask))
|
||||||
|
|||||||
BIN
kicad-footprints/packages3d/.DS_Store
vendored
BIN
kicad-footprints/packages3d/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
8478
kicad-footprints/packages3d/Package_QFP.3dshapes/HVQFN56.step
Normal file
8478
kicad-footprints/packages3d/Package_QFP.3dshapes/HVQFN56.step
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
kicad-symbols/.DS_Store
vendored
BIN
kicad-symbols/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user